kafka/server-common/src
Sushant Mahajan ac583ad2c0
KAFKA-19455: Retry persister request on metadata image issues. (#20078)
* If we get an `UNKNOWN_TOPIC_OR_PARTITION` response from the
`ShareCoordinator` is could imply a transient issue where the metadata
image is not upto date.
* In this case it makes sense to retry the request to give time for data
to be available.
* In this PR, we are making the required change.

Reviewers: Andrew Schofield <aschofield@confluent.io>
2025-07-01 19:47:59 +01:00
..
main/java/org/apache/kafka KAFKA-19455: Retry persister request on metadata image issues. (#20078) 2025-07-01 19:47:59 +01:00
test KAFKA-19239 Rewrite IntegrationTestUtils by java (#19776) 2025-06-20 01:46:29 +08:00