mirror of https://github.com/apache/kafka.git
After the fix for https://github.com/apache/kafka/pull/12150, if a follower receives a request from another replica, it will return UNKNOWN_LEADER_EPOCH even if the leader epoch matches. We need to do epoch leader/epoch validation first before we check whether we have a valid replica. Reviewers: David Jacot <djacot@confluent.io> |
||
---|---|---|
.. | ||
src | ||
.gitignore |