kafka/share-coordinator/src
Sushant Mahajan cb809e2574
CI / build (push) Waiting to run Details
MINOR: Change snapshot epoch type to int32 in schema. (#20016)
* `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`.

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