Skip to content

Commit

Permalink
Set kafka retention to 7 days at USDF
Browse files Browse the repository at this point in the history
  • Loading branch information
afausti committed Oct 10, 2024
1 parent b2c4209 commit 9a63fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/sasquatch/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ strimzi-kafka:
config:
# -- Replica lag time can't be smaller than request.timeout.ms configuration in kafka connect.
replica.lag.time.max.ms: 120000
log.retention.minutes: 10080
offsets.retention.minutes: 10080

connect:
enabled: true
Expand Down

0 comments on commit 9a63fdb

Please sign in to comment.