redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.37k stars 575 forks source link

kafka/client: fixed handling of `LeaderEpoch` #2046

Open mmaslankaprv opened 3 years ago

mmaslankaprv commented 3 years ago

Leader epoch is returned in metadata response. We have to fix incorrect handling of leader epoch in our Kafka client implementation.

KIP-320

JIRA Link: CORE-716

dotnwat commented 3 years ago

Leader epoch is returned in metadata response. We have to fix incorrect handling of leader epoch in our Kafka client implementation.

@mmaslankaprv please provide enough information so that whoever works on this can know what "fix incorrect handling" means, or have reference to where the information can be found.

BenPope commented 2 years ago

@mmaslankaprv what needs to be done here?

mmaslankaprv commented 2 years ago

I think this comment from Travis describes it: here: https://github.com/vectorizedio/redpanda/pull/2043