Support partition assignement strategy configuration in kafka_consumer (#6688)
This commit is contained in:
committed by
Daniel Nelson
parent
c58f0debb1
commit
e04bb1e07f
@@ -5116,6 +5116,9 @@
|
||||
# ## Initial offset position; one of "oldest" or "newest".
|
||||
# # offset = "oldest"
|
||||
#
|
||||
# ## Consumer group partition assignment strategy; one of "range", "roundrobin" or "sticky".
|
||||
# # balance_strategy = "range"
|
||||
#
|
||||
# ## Maximum length of a message to consume, in bytes (default 0/unlimited);
|
||||
# ## larger messages are dropped
|
||||
# max_message_len = 1000000
|
||||
|
||||
Reference in New Issue
Block a user