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

Reactive Kafka binder should look at the partition header added by Spring Cloud Stream #2753

Open
sobychacko opened this issue Jun 13, 2023 · 0 comments

Comments

@sobychacko
Copy link
Contributor

Spring Cloud Stream adds its own header for binder supported partition. https://github.com/spring-cloud/spring-cloud-stream/blob/main/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/BinderHeaders.java#L61

Reactive Kafka binder currently does not look at this header. Spring for Apache Kafka added support for custom partition headers in the MessagingMessageConverter which should be used from the binder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant