We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e5eab commit b649bdeCopy full SHA for b649bde
protocol/offsetcommit/offsetcommit.go
@@ -28,7 +28,7 @@ type RequestPartition struct {
28
PartitionIndex int32 `kafka:"min=v0,max=v7"`
29
CommittedOffset int64 `kafka:"min=v0,max=v7"`
30
CommitTimestamp int64 `kafka:"min=v1,max=v1"`
31
- CommittedLeaderEpoch int32 `kafka:"min=v5,max=v7"`
+ CommittedLeaderEpoch int32 `kafka:"min=v6,max=v7"`
32
CommittedMetadata string `kafka:"min=v0,max=v7,nullable"`
33
}
34
0 commit comments