-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProducerListener: add CompositeProducerListener or list of ProducerListener #691
Labels
Milestone
Comments
I think this is fully valid request and I guess you can simply implement one for your project yourself and when you're done, feel free to contribute it back to the Framework! |
|
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
May 28, 2018
Fixes spring-projects#691 **cherry-pick to 2.1.x**
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
May 28, 2018
Fixes spring-projects#691 **cherry-pick to 2.1.x**
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
May 28, 2018
Fixes spring-projects#691 **cherry-pick to 2.1.x**
artembilan
pushed a commit
that referenced
this issue
May 29, 2018
Fixes #691 **cherry-pick to 2.1.x** * Polishing - PR Comments Improve test.
denis554
added a commit
to denis554/spring-kafka
that referenced
this issue
Mar 27, 2019
Fixes spring-projects/spring-kafka#691 **cherry-pick to 2.1.x** * Polishing - PR Comments Improve test.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typical situation when there is the need of list of listeners, but there can be set up one ProducerListener for KafkaTemplate only. Pls add CompositeProducerListener with list of inner listeners or
enhance KafkaTemplate to addProducerListener method.
The text was updated successfully, but these errors were encountered: