Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The interval at which to remove producer IDs that have expired due toproducer.id.expiration.ms passing

Name

Description

Default

Valid Values

PriorityUpdate Mode

producer.id.expiration.ms

The time in ms that a topic partition leader will wait before expiring producer ids. Producer IDs will not expire while a transaction associated to them is still ongoing. Note that producer ids may expire sooner if the last write from the producer id is deleted due to the topic's retention settings. Setting this value the same or higher than delivery.timeout.ms can help prevent expiration during retries and protect against message duplication, but the default should be reasonable for most use cases.

86400000 (1 day)

[1, …]

lowread-onlyproducer.id.expiration.check.interval.ms600000 (10 minutes)[1,...]lowread-only

The following configuration will also be modified:

...