You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow the instructions from KIP-429, added coop sticky to the list of strategies, but I get an error: cimpl.KafkaException: KafkaError{code=_INVALID_ARG,val=-186,str="Failed to create consumer: All partition.assignment.strategy (roundrobin,cooperative-sticky) assignors must have the same protocol type, online migration between assignors with different protocol types is not supported"}
I noticed that this is a librdkafka error. Is there an opportunity to update consumers without downtime?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I follow the instructions from KIP-429, added coop sticky to the list of strategies, but I get an error:
cimpl.KafkaException: KafkaError{code=_INVALID_ARG,val=-186,str="Failed to create consumer: All partition.assignment.strategy (roundrobin,cooperative-sticky) assignors must have the same protocol type, online migration between assignors with different protocol types is not supported"}
I noticed that this is a librdkafka error. Is there an opportunity to update consumers without downtime?
Beta Was this translation helpful? Give feedback.
All reactions