Does aiokafka Support CooperativeStickyAssignor ? #1110
Unanswered
talclaroty
asked this question in
Q&A
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.
-
since from version 2.4 it is reported that coopertive rebancing is supported in kafka
Does aiokafka Support CooperativeStickyAssignor?
As of current stable versions, aiokafka does NOT support the CooperativeStickyAssignor yet.
The reason is that aiokafka’s consumer rebalance protocol and partition assignor options have not yet implemented this newer protocol from Kafka 2.4+.
The assignor is a client-side feature, so even if your Kafka broker is 2.4 or higher, the client library (aiokafka) needs to support it explicitly.
When will it be supported in the library?
Beta Was this translation helpful? Give feedback.
All reactions