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
Currently, when using a custom correlation header on the client side (ReplyingKafkaTemplate), the listener needs to echo the correlation header in the reply. With the standard header, the listener adapter takes care of it.
Consider adding support for a custom header in the adapter as well.