Skip to content

Commit 7f87154

Browse files
committed
chore: add CHANGELOG entry for aiokafka 0.13 compatibility fix
1 parent ccd3530 commit 7f87154

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
([#4302](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4302))
3737
- `opentelemetry-instrumentation-grpc`: Fix bidirectional streaming RPCs raising `AttributeError: 'generator' object has no attribute 'add_done_callback'`
3838
([#4259](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4259))
39+
- `opentelemetry-instrumentation-aiokafka`: Fix compatibility with aiokafka 0.13 by calling
40+
`_key_serializer`/`_value_serializer` directly instead of the internal `_serialize` method
41+
whose signature changed in 0.13 from `(topic, key, value)` to `(key, value, headers)`
3942

4043
### Breaking changes
4144

0 commit comments

Comments
 (0)