Skip to content

Commit

Permalink
Update OffsetCommit CommittedLeaderPartition to v6, fixes segmentio#1334
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHartley committed Sep 24, 2024
1 parent a8e5eab commit d00bad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/offsetcommit/offsetcommit.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type RequestPartition struct {
PartitionIndex int32 `kafka:"min=v0,max=v7"`
CommittedOffset int64 `kafka:"min=v0,max=v7"`
CommitTimestamp int64 `kafka:"min=v1,max=v1"`
CommittedLeaderEpoch int32 `kafka:"min=v5,max=v7"`
CommittedLeaderEpoch int32 `kafka:"min=v6,max=v7"`
CommittedMetadata string `kafka:"min=v0,max=v7,nullable"`
}

Expand Down

0 comments on commit d00bad0

Please sign in to comment.