You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (Jira)" <ji...@apache.org> on 2020/04/09 22:09:00 UTC

[jira] [Created] (KAFKA-9847) Add config to set default store type

Matthias J. Sax created KAFKA-9847:
--------------------------------------

             Summary: Add config to set default store type
                 Key: KAFKA-9847
                 URL: https://issues.apache.org/jira/browse/KAFKA-9847
             Project: Kafka
          Issue Type: Improvement
          Components: streams
            Reporter: Matthias J. Sax


Kafka Streams supports persistent RocksDB stores as well as in-memory stores out of the box. By default all DSL operators use persistent RocksDB stores. Currently, it is only possible to switch out RocksDB stores with in-memory store on a per operator basis what is tedious.

We propose to add a new config to set the default store type globally.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)