kafka/core
Chirag Wadhwa d5e624e918
KAFKA-19693: Added PersisterBatch record in Share Partition which includes updatedState and stateBatch (#20507)
The method rollbackOrProcessStateUpdates in SharePartition received 2
separate lists of updatedStates (InFlightState) and stateBatches
(PersisterStateBatch). This PR introduces a new subclass called
`PersisterBatch` which encompasses both these objects.

Reviewers: Apoorv Mittal <apoorvmittal10@gmail.com>
2025-09-09 11:21:42 +01:00
..
src KAFKA-19693: Added PersisterBatch record in Share Partition which includes updatedState and stateBatch (#20507) 2025-09-09 11:21:42 +01:00
.gitignore