Missing interceptors for producer #2049
Labels
ideal-for-user-contribution
An issue that would ideal for a user to get started with contributing.
type: enhancement
Milestone
Hi guys,
Do you have any plans to implement a producer interceptor? I know that Kafka provides
ProducerInterceptor
but it's not managed by spring. I also know that it can be hacked to pass bean using configuration methods.There are other ways how to solve problem exists: use ProducerPostProcessor or AOP, but I am interested in more graceful way to do that.
The text was updated successfully, but these errors were encountered: