Hi all, KIP-832 has been created to allow implementing Spring managed interceptors for Producers and Consumers.
At the moment, interceptors are given as configuration classes to the producer and consumer configurations. So, the idea here would be to create 2 new constructors to allow using a Producer and Consumer configuration instead of properties or a key value map of configurations entries. Interceptors could then be given as instances by overriding a config method. More details can be found in the Spring issue. https://github.com/spring-projects/spring-kafka/issues/2244 Any feedback, proposal, vote for this KIP would be more than welcome. Kind regards, Francois R. Le lun. 2 mai 2022 à 21:05, François Rosière <francois.rosi...@gmail.com> a écrit : > Kip link: > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211882578 > >