MAX_PARTITION_FETCH_BYTES_CONFIG = "max.partition.fetch.bytes" SEND_BUFFER_CONFIG = CommonClientConfigs.SEND_BUFFER_CONFIG RECEIVE_BUFFER_CONFIG = CommonClientConfigs.RECEIVE_BUFFER_CONFIG CLIENT_ID_CONFIG = CommonClientConfigs.CLIENT_ID_CONFIG RECONNECT_BACKOFF_MS_CONFIG = CommonClientConfigs.RECONNECT...
Description The default value of max.poll.interval.ms is 300000ms, which is 5 minutes, when it costs more than 5 minutes to consume one message, the machine would be kicked out of consumer group, which was not what I want. Error message ...
max.poll.interval.ms Consumer Integer.MAX_VALUE max.poll.records Consumer 1000 @@ -912,10 +908,6 @@ Parameters controlled by Kafka Streams</ Producer 100 max.poll.interval.ms Consumer 300000 max.poll.records Consumer 1000
enh: tmq add config session.timeout.ms and max.poll.interval.ms a8ede38 huskar-t force-pushed the enh/xftan/TD-32017 branch from e9e3d04 to a8ede38 Compare September 30, 2024 05:11 codecov-commenter commented Sep 30, 2024 Codecov Report Attention: Patch coverage is 81.81818% with...