Replies: 1 comment
-
Hi, by default, fluvio produce and consume will use round robin strategy. That should be sufficient for most of use cases. So that means, for your case
Only limitation is that consumer will not detect new partition. But work around is to update service deployment when partition is added. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unable to find the consumer auto partition assignment.
Anybody can help me know how to setup fluvio consmer with service that is scalable,
Currenly i have 3 partition, service have 2 pods running, pods will scale up to 5 pods.
Beta Was this translation helpful? Give feedback.
All reactions