[
https://issues.apache.org/jira/browse/KAFKA-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15362458#comment-15362458
]
ASF GitHub Bot commented on KAFKA-3825:
---------------------------------------
GitHub user jeyhunkarimov opened a pull request:
https://github.com/apache/kafka/pull/1588
KAFKA-3825: Allow users to specify different types of state stores in
Streams DSL
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeyhunkarimov/kafka KAFKA-3825
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1588.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1588
----
commit ea2897ec26afd84772a96d447fcbe951f140e095
Author: Jeyhun Karimov <[email protected]>
Date: 2016-07-05T12:37:05Z
KAFKA-3825
----
> Allow users to specify different types of state stores in Streams DSL
> ---------------------------------------------------------------------
>
> Key: KAFKA-3825
> URL: https://issues.apache.org/jira/browse/KAFKA-3825
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Reporter: Guozhang Wang
> Assignee: Jeyhun Karimov
> Labels: api
>
> Today the high-level Streams DSL uses hard-coded types of state stores (i.e.
> persistent RocksDB) for their stateful operations. But for advanced users
> they should be able to specify different types of state stores (in-memory,
> persistent, customized) also in the DSL, instead of resorting to the
> lower-level APIs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)