[
https://issues.apache.org/jira/browse/KAFKA-20498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bill Bejeck resolved KAFKA-20498.
---------------------------------
Resolution: Fixed
> RocksDBStore readOnly implementation
> ------------------------------------
>
> Key: KAFKA-20498
> URL: https://issues.apache.org/jira/browse/KAFKA-20498
> Project: Kafka
> Issue Type: Sub-task
> Components: streams
> Reporter: Nicholas Telford
> Assignee: Nicholas Telford
> Priority: Major
>
> This will return a custom store implementation
> ({{{}RocksDBStore#ReadOnlyView{}}}), that routes its reads ({{{}get{}}},
> {{{}all{}}}, {{{}range{}}}, {{{}prefixScan{}}}, etc.) through a
> {{DBAccessor}} determined by the {{IsolationLevel}} specified to
> {{{}RocksDBStore#readOnly(IsolationLevel){}}}:
> * When {{{}READ_UNCOMMITTED{}}}, uses a {{DirectDBAccessor}}
> * When {{{}READ_COMMITTED{}}}, uses a {{TransactionalDBAccessor}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)