CalvinConfluent opened a new pull request, #13406: URL: https://github.com/apache/kafka/pull/13406
As the second 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 AlterPartitionRequest: - Deprecate the NewIsr field - Create a new field BrokerState with BrokerId and BrokerEpoch - Bump the AlterPartition version to 3 Also in this change, alterPartitionManager will start to manage the current broker epochs which come from FetchRequests. 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