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.
The text was updated successfully, but these errors were encountered:
Resolvesspring-projects#2348
The replying template supports a custom header for correlation for cases
when the consumer side is not a Spring app and uses a different header.
Support a custom header name on the consumer side, for cases where the
client side is not Spring and uses a different header.
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Sep 22, 2022
Resolvesspring-projects#2348
The replying template supports a custom header for correlation for cases
when the consumer side is not a Spring app and uses a different header.
Support a custom header name on the consumer side, for cases where the
client side is not Spring and uses a different header.
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Sep 22, 2022
Resolvesspring-projects#2348
The replying template supports a custom header for correlation for cases
when the consumer side is not a Spring app and uses a different header.
Support a custom header name on the consumer side, for cases where the
client side is not Spring and uses a different header.
Resolves#2348
The replying template supports a custom header for correlation for cases
when the consumer side is not a Spring app and uses a different header.
Support a custom header name on the consumer side, for cases where the
client side is not Spring and uses a different header.
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.
The text was updated successfully, but these errors were encountered: