rajinisivaram opened a new pull request, #17720: URL: https://github.com/apache/kafka/pull/17720
Implementation of https://cwiki.apache.org/confluence/display/KAFKA/KIP-1102%3A+Enable+clients+to+rebootstrap+based+on+timeout+or+error+code - Introduces rebootstrap trigger interval config `metadata.recovery.rebootstrap.trigger.ms`, set to 5 minutes by default - Makes `rebootstrap` the default for `metadata.recovery.strategy` - Adds new error code `REBOOTSTRAP_REQUIRED`, introduces top-level error code in metadata response. On this error, clients rebootstrap. - Configs apply to producers, consumers, share consumers, admin clients, Connect and KStreams clients. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
