mirror of https://github.com/apache/kafka.git
* `SnapshotEpoch` type in `ShareSnapshotValue.json` and
`ShareUpdateValue.json` is currently
`uint16` which might overflow under heavy traffic.
* To be consistent with other epochs, this PR updates the type to
`int32`.
backport from trunk (
|
||
---|---|---|
.. | ||
main | ||
test/java/org/apache/kafka/coordinator/share |