Skip to content

Commit

Permalink
By default producer should not use request.timeout.ms=900 and deliver…
Browse files Browse the repository at this point in the history
…y.timeout.ms=1000 otherwise we will never be able to run it from scratch from the beginning
  • Loading branch information
jeanlouisboudart committed May 18, 2020
1 parent 8282f9f commit df661ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit df661ce

Please sign in to comment.