We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd3530 commit 7f87154Copy full SHA for 7f87154
1 file changed
CHANGELOG.md
@@ -36,6 +36,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
([#4302](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4302))
37
- `opentelemetry-instrumentation-grpc`: Fix bidirectional streaming RPCs raising `AttributeError: 'generator' object has no attribute 'add_done_callback'`
38
([#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)`
42
43
### Breaking changes
44
0 commit comments