dengziming commented on PR #13432:
URL: https://github.com/apache/kafka/pull/13432#issuecomment-1515639065

   Notable changes better than old logic:
   1. Retry lookup stage on receiving `NOT_LEADER_OR_FOLLOWER` and 
`LEADER_NOT_AVAILABLE`, whereas in the past we failed the partition directly 
without retry.
   2. Removing class field `supportsMaxTimestamp` and calculating it on the fly 
to avoid the mutable state, this won't change any behavior of  the client.
   3. Retry fulfillment stage on `RetriableException`, whereas in the past we 
just retry fulfillment stage on `InvalidMetadataException`, this means we will 
retry on `TimeoutException` and other `RetriableException`.


-- 
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

Reply via email to