CalvinConfluent opened a new pull request, #13323: URL: https://github.com/apache/kafka/pull/13323
As the first part of the [KIP-903](https://cwiki.apache.org/confluence/display/KAFKA/KIP-903%3A+Replicas+with+stale+broker+epoch+should+not+be+allowed+to+join+the+ISR), it updates the FetchRequest: - Deprecate the ReplicaId field - Create a new tagged field ReplicaState with ReplicaId and ReplicaEpoch - Bump the FetchRequest version to 15 - Bump metadata version to 3.5-IV1 https://issues.apache.org/jira/browse/KAFKA-14617 -- 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