Closed grdryn closed 2 years ago
Kudos, SonarCloud Quality Gate passed!
I think this might be better placed in the Strimzi version ConfigMap as an override so that it is set during the cluster upgrade. For example:
fleetshard_operands.yaml: |
canary:
init:
image: null
image: null
admin-server:
image: null
kafka:
brokerConfig:
"transaction.id.expiration.ms": 86400000
JIRA: https://issues.redhat.com/browse/MGDSTRM-9293
The default value for this is 7 days, but we want to reduce it to 1 day for the moment to reduce the chances that we'll hit an OOM as a result of too many idempotent producer IDs being stored for too long.