DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
JIRA:
| Jira | ||||||
|---|---|---|---|---|---|---|
|
Draft PR: https://github.com/apache/kafka/pull/15888
Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).
...
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.
...