kafka-go icon indicating copy to clipboard operation
kafka-go copied to clipboard

Incorrect Kafka version mapping for RequestPartition.CommittedLeaderEpoch

Open LeonHartley opened this issue 1 year ago • 0 comments

Describe the bug The version mapping for RequestPartition.CommittedLeaderEpoch is set to v5, but this was not added until v6.

https://kafka.apache.org/protocol#The_Messages_OffsetCommit

LeonHartley avatar Sep 24 '24 19:09 LeonHartley