Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Custom Correlation Header (Server Side) #2348

Closed
garyrussell opened this issue Jul 12, 2022 · 0 comments · Fixed by #2409
Closed

Support Custom Correlation Header (Server Side) #2348

garyrussell opened this issue Jul 12, 2022 · 0 comments · Fixed by #2409
Assignees
Milestone

Comments

@garyrussell
Copy link
Contributor

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.

@garyrussell garyrussell added this to the 3.0 Backlog milestone Jul 12, 2022
@garyrussell garyrussell modified the milestones: 3.0 Backlog, 3.0.0-RC1 Sep 21, 2022
@garyrussell garyrussell self-assigned this Sep 21, 2022
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Sep 22, 2022
Resolves spring-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
Resolves spring-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
Resolves spring-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.
artembilan pushed a commit that referenced this issue Sep 22, 2022
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant