Closed
Description
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.