viktorsomogyi opened a new pull request, #13975: URL: https://github.com/apache/kafka/pull/13975
In certain very specific cases a constellation can occur when Connect isn't able to get topic metadata when the brokers are being in a rolling restart. To make both the broker and the java clients more resilient, this change aims to modify the metadata cache to return BROKER_NOT_AVAILABLE error if the metadata cache is not yet initialized when topic metadata is queried from it. ### 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org