...
Broker configuration producer.id.expiration.check.interval.ms to be: public (i.e. not internal) and dynamic.
Config:
name:
Code Block producer.id.expiration.check.interval.ms
- default value: 600000 (10 min)
doc:
Code Block The interval at which to remove producer IDs that have expired due to <code>producer.id.expiration.ms</code> passing.
Proposed Changes
In practice, this means re-scheduling the Producer Expiration check thread in UnifiedLog component.
...