Skip to content

Commit b649bde

Browse files
committed
Update OffsetCommit CommittedLeaderEpoch to v6, fixes segmentio#1334
1 parent a8e5eab commit b649bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/offsetcommit/offsetcommit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type RequestPartition struct {
2828
PartitionIndex int32 `kafka:"min=v0,max=v7"`
2929
CommittedOffset int64 `kafka:"min=v0,max=v7"`
3030
CommitTimestamp int64 `kafka:"min=v1,max=v1"`
31-
CommittedLeaderEpoch int32 `kafka:"min=v5,max=v7"`
31+
CommittedLeaderEpoch int32 `kafka:"min=v6,max=v7"`
3232
CommittedMetadata string `kafka:"min=v0,max=v7,nullable"`
3333
}
3434

0 commit comments

Comments
 (0)