kafka/share-coordinator/src
Sushant Mahajan 150412d7f7
MINOR: Change snapshot epoch type to int32 in schema. (#20016) (#20018)
* `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 (cb809e2574)

Reviewers: Andrew Schofield <aschofield@confluent.io>
2025-06-23 14:23:06 +01:00
..
main MINOR: Change snapshot epoch type to int32 in schema. (#20016) (#20018) 2025-06-23 14:23:06 +01:00
test/java/org/apache/kafka/coordinator/share MINOR: Add retention prop to share group state topic. (#20013) (#20015) 2025-06-23 08:31:59 +01:00