You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exporter/kafkaexporter: tidy up; support partitioning in all encodings (open-telemetry#39001)
#### Description
- Move marshaler implementations to internal package
- Simplify code to obtain a marshaler given an encoding name
- Make marshalers independent of Sarama (Kafka client)
- Implement a generic Kafka exporter with type parameter for
signal-specific parts
- Create more tightly scoped unit tests for encodings, independent of
the general functionality of the exporter
- Added tests for partitioning logic
#### Link to tracking issue
Fixesopen-telemetry#38999
#### Testing
Unit tests added.
#### Documentation
N/A
0 commit comments