Skip to content

Conversation

calvinlfer
Copy link

@calvinlfer calvinlfer commented May 25, 2023

Hey there,

I'd like to propose dropping the sealed requirement on the KafkaProducerConnection in order to support the use case of being able to extend and proxy the underlying KafkaProducerConnection in order to trace methods (for distributed tracing) so libraries like Trace4Cats can trace methods on the KafkaProducerConnection in a similar way to how tracing is done on the KafkaProducer. This allows integrators to avoid having to repeatedly trace each KafkaProducer that is sharing the same KafkaProducerConnection.

@aartigao aartigao added this to the v4.0.0 milestone Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants