[ 
https://issues.apache.org/jira/browse/KAFKA-8897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16929550#comment-16929550
 ] 

Sophie Blee-Goldman commented on KAFKA-8897:
--------------------------------------------

Well, the following user code would break:

 
{code:java}
public void setConfig(final String storeName, final Options options, final 
Map<String, Object> configs) {
    CompactionOptionsFIFO fifo = new CompactionOptionsFIFO();
    fifo.setTtl(1000L);
    options.setCompactionOptionsFIFO(fifo);
}{code}
 

> Increase Version of RocksDB
> ---------------------------
>
>                 Key: KAFKA-8897
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8897
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Bruno Cadonna
>            Priority: Major
>
> A higher version (6+) of RocksDB is needed for some metrics specified in 
> KIP-471. 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to