Skip to content

Commit

Permalink
kversion: update internal documentation
Browse files Browse the repository at this point in the history
v3 is referred to twice here, since we went from 1 to 3 within the same
release. This comment is changed to reflect the two bumps (2 then 3)
rather than directly referring to 3.
  • Loading branch information
twmb committed Feb 11, 2021
1 parent c9e5c22 commit 27fb37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kversion/kversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ var max0110 = nextMax(max0102, func(v []int16) []int16 {
v[1]++ // 4 fetch (same)
v[1]++ // 5 fetch KAFKA-4586 8b05ad406d KIP-107
v[3]++ // 4 metadata KAFKA-5291 7311dcbc53 (3 below)
v[9]++ // 3 offset fetch KAFKA-3853 c2d9b95f36 KIP-98
v[9]++ // 2 offset fetch KAFKA-3853 c2d9b95f36 KIP-98
v[10]++ // 1 find coordinator KAFKA-5043 d0e7c6b930 KIP-98
v = append(v,
0, // 21 delete records KAFKA-4586 see above
Expand Down

0 comments on commit 27fb37d

Please sign in to comment.