Nicholas Telford created KAFKA-20212:
----------------------------------------
Summary: Add offset management support to RocksDBStore
Key: KAFKA-20212
URL: https://issues.apache.org/jira/browse/KAFKA-20212
Project: Kafka
Issue Type: Sub-task
Reporter: Nicholas Telford
{{RocksDbStore}} should support managing its own offsets, by:
# Adding a new column family to store offsets.
# Automatically detecting the column family and creating it if it does not yet
exist.
# Updating {{commit}} to write the provided offsets to the column family (via
the CF accessor classes).
# Updating {{committedOffset}} to read the requested offset from the column
family.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)