Nicholas Telford created KAFKA-17411:
----------------------------------------
Summary: StateStore managed changelog offsets
Key: KAFKA-17411
URL: https://issues.apache.org/jira/browse/KAFKA-17411
Project: Kafka
Issue Type: Improvement
Components: streams
Reporter: Nicholas Telford
Kafka Streams currently tracks the changelog offsets that correspond to local
state in per-Task {{.checkpoint}} files, that are maintained by the internal
Streams engine, independently of the StateStore implementation being used.
Allowing StateStores to instead manage their changelog offsets themselves
enables them to optimise the storage and management of both the changelog
offsets _and_ the corresponding data.
For more detail, see
[KIP-1035|https://cwiki.apache.org/confluence/display/KAFKA/KIP-1035:+StateStore+managed+changelog+offsets]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)