We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb588c8 commit 51bef58Copy full SHA for 51bef58
1 file changed
kafka/coordinator/consumer.py
@@ -66,7 +66,7 @@ def __init__(self, client, subscription, **configs):
66
a commit request completes.
67
assignors (list): List of objects to use to distribute partition
68
ownership amongst consumer instances when group management is
69
- used. Default: [RangePartitionAssignor, RoundRobinPartitionAssignor]
+ used. Default: [RangePartitionAssignor, RoundRobinPartitionAssignor, StickyPartitionAssignor]
70
heartbeat_interval_ms (int): The expected time in milliseconds
71
between heartbeats to the consumer coordinator when using
72
Kafka's group management feature. Heartbeats are used to ensure
0 commit comments