From df661cef52044d01923f93624070b3af690d1eb5 Mon Sep 17 00:00:00 2001 From: Jean-Louis Boudart Date: Mon, 18 May 2020 10:32:31 +0200 Subject: [PATCH] By default producer should not use request.timeout.ms=900 and delivery.timeout.ms=1000 otherwise we will never be able to run it from scratch from the beginning --- compose.services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.services.yml b/compose.services.yml index f70dc46..5d9009e 100644 --- a/compose.services.yml +++ b/compose.services.yml @@ -116,8 +116,8 @@ services: KAFKA_ENABLE_IDEMPOTENCE: "true" KAFKA_MAX_IN_FLIGHT_REQUESTS_PER_CONNECTION: "5" # default: 5 KAFKA_RETRIES: "10" # default: Integer.MAX_VALUE - KAFKA_REQUEST_TIMEOUT_MS: "900" # default: 30000 - KAFKA_DELIVERY_TIMEOUT_MS: "1000" # default: 120000 + #KAFKA_REQUEST_TIMEOUT_MS: "900" # default: 30000 + #KAFKA_DELIVERY_TIMEOUT_MS: "1000" # default: 120000 #KAFKA_TRANSACTIONAL_ID: "prod-1" volumes: - ./jmx-exporter:/usr/share/jmx_exporter/