I want to enforce a certain behaviour that's why I've set transactional.id.expiration.ms: 1000
via strimzi and verified that it will be picked up by the broker too.
My expectation is that the producer ids expire after 1 second too, but this doesn't happen as all the producers continue producing without issues.
Asked
Active
Viewed 424 times
1

Andras Hatvani
- 4,346
- 4
- 29
- 45
-
Hm, it took way longer than one second for the producer ids to expire, something like 10-20 minutes. – Andras Hatvani Nov 08 '22 at 10:06
1 Answers
-1
There is another property responsible for that
transaction.remove.expired.transaction.cleanup.interval.ms

BoP
- 2,310
- 1
- 15
- 24

Vladimir Posuhov
- 1
- 2