Bill Bejeck created KAFKA-20472:
-----------------------------------
Summary: KIP-892: Add approximateNumUncommittedBytes to StateStore
API and WrappedStateStore
Key: KAFKA-20472
URL: https://issues.apache.org/jira/browse/KAFKA-20472
Project: Kafka
Issue Type: Sub-task
Reporter: Bill Bejeck
Extend the StateStore public API and wire through wrapper layers.
- StateStore.java — add approximateNumUncommittedBytes() default method,
isolation-level-related API
- BatchWritingStore.java — generalize to WriteBatchInterface (supports both
WriteBatch and WriteBatchWithIndex)
- WrappedStateStore.java — delegate approximateNumUncommittedBytes() to inner
store
--
This message was sent by Atlassian Jira
(v8.20.10#820010)