mirror of https://github.com/apache/kafka.git
KAFKA-18132 Remove "session.timeout.ms" from connect-distributed.properties to fix connect e2e (#18005)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
2d39d5be64
commit
6ef8b1c4c0
|
@ -52,11 +52,6 @@ offset.flush.interval.ms=5000
|
||||||
|
|
||||||
rest.advertised.host.name = {{ node.account.hostname }}
|
rest.advertised.host.name = {{ node.account.hostname }}
|
||||||
|
|
||||||
|
|
||||||
# Reduce session timeouts so tests that kill workers don't need to wait as long to recover
|
|
||||||
session.timeout.ms=10000
|
|
||||||
consumer.session.timeout.ms=10000
|
|
||||||
|
|
||||||
# Reduce the admin client request timeouts so that we don't wait the default 120 sec before failing to connect the admin client
|
# Reduce the admin client request timeouts so that we don't wait the default 120 sec before failing to connect the admin client
|
||||||
request.timeout.ms=30000
|
request.timeout.ms=30000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue