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
Can we get an option to have the producer value-serializer use the ObjectMapper bean instantiated by Spring boot instead of having to configure a custom JsonSerializer and ProducerFactory bean?
This is usefull to do all kafka configuration through the properties instead of having to do custom code configuration, and I think most spring libraries already get the primary ObjectMapper bean if it is available.