[ 
https://issues.apache.org/jira/browse/KAFKA-4182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Damian Guy resolved KAFKA-4182.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.2.0

Fixed by: https://github.com/apache/kafka/pull/2360

> Move the change logger out of RocksDB stores
> --------------------------------------------
>
>                 Key: KAFKA-4182
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4182
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>    Affects Versions: 0.10.1.0
>            Reporter: Damian Guy
>              Labels: performance
>             Fix For: 0.10.2.0
>
>
> We currently have the change logger embedded within the RocksDB store 
> implementations, however this results in multiple implementations of the same 
> thing and bad separation of concerns. We should create new LoggedStore that 
> wraps the outer most store when logging is enabled, for example:
> loggedStore -> cachingStore -> meteredStore -> innerStore



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to