Support partition assignement strategy configuration in kafka_consumer (#6688)

This commit is contained in:
Enno Lohmeier
2019-11-27 19:54:29 +01:00
committed by Daniel Nelson
parent c58f0debb1
commit e04bb1e07f
5 changed files with 39 additions and 5 deletions

View File

@@ -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