Kafka - Consumer Groups
Identify the error in this partition assignment code snippet using the Sticky strategy:
assignor = StickyAssignor()
assignor.assign(partitions=[0,1,2], consumers=["C1"])Identify the error in this partition assignment code snippet using the Sticky strategy:
assignor = StickyAssignor()
assignor.assign(partitions=[0,1,2], consumers=["C1"])15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions