You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please let me know how to auto wire beans with spring Kafka producer/consumer interceptor. Interceptor works fine and getting invoked on each commit/ack.
I would like to take it further by calling custom bean to record that into database.
Also how to get application configurations within this interceptor.
I tried all possible ways of making it as component and registering to spring interceptor registry but no luck.