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:
Ken Huang 2024-12-05 10:28:03 +08:00 committed by GitHub
parent 2d39d5be64
commit 6ef8b1c4c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -52,11 +52,6 @@ offset.flush.interval.ms=5000
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
request.timeout.ms=30000