-
Notifications
You must be signed in to change notification settings - Fork 301
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
Reinstate static partitioning in Kafka biner #31
Comments
This is already supported. |
Is this available in Brooklyn.RELEASE, we are noticing static portioning is not working as expected. Also, according to M1 release notes (https://spring.io/blog/2016/08/26/spring-cloud-stream-brooklyn-m1-is-available) the static partition feature will be available in the final release. Do we know what's that release would be? Because this feature used to work with 0.8 consumer but not with the new version anymore. |
Hi @dvsridhar, Please use the Please open a new issue if you need further support. |
Awesome that works. Thank you very much for all the help. |
By default, Kafka binder currently provide dynamically allocated/rebalanced partitions. We need a way to tell the binder to use static partitioning. It is desirable to have two flavors of static partitioning.
The text was updated successfully, but these errors were encountered: