Kafka Share Group support #63265
Shekharrajak
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Doris supports traditional Kafka's assign() API where Parallelism is capped by partition count and Partition skew is unaddressable.
Kafka 4.0 introduced Share Groups (KIP-932): a consumption model where multiple consumers in a group share access to the same partitions without exclusive ownership.
The key features it brings to Doris:
Ref #63190
Beta Was this translation helpful? Give feedback.
All reactions