[
https://issues.apache.org/jira/browse/KAFKA-5749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16140154#comment-16140154
]
ASF GitHub Bot commented on KAFKA-5749:
---------------------------------------
GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/3729
KAFKA-5749: Add MeteredSessionStore and ChangeloggingSessionBytesStore.
Make MeteredSessionStore the outermost store.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dguy/kafka kafka-5749
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3729.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 #3729
----
commit 1dabd6a7ee8675d6e69df38a30c456e4e913339c
Author: Damian Guy <[email protected]>
Date: 2017-08-22T17:46:42Z
Add MeteredSessionStore and ChangeloggingSessionBytesStore.
Make MeteredSessionStore the outermost store
----
> Refactor SessionStore hierarchy
> -------------------------------
>
> Key: KAFKA-5749
> URL: https://issues.apache.org/jira/browse/KAFKA-5749
> Project: Kafka
> Issue Type: Sub-task
> Components: streams
> Affects Versions: 1.0.0
> Reporter: Damian Guy
> Assignee: Damian Guy
> Fix For: 1.0.0
>
>
> In order to support bytes store we need to create a MeteredSessionStore and
> ChangeloggingSessionStore. We then need to refactor the current SessionStore
> implementations to use this. All inner stores should by of type <Bytes,
> byte[]>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)