[GitHub] kafka pull request #1501: MINOR: Expose window store sequence number

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/1501


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1501: MINOR: Expose window store sequence number

2016-06-13 Thread theduderog
GitHub user theduderog opened a pull request:

https://github.com/apache/kafka/pull/1501

MINOR: Expose window store sequence number

@guozhangwang @mjsax @enothereska 

Currently, Kafka Streams does not have a util to get access to the sequence 
number added to the key of windows state store changelogs.  I'm interested in 
exposing it so the the contents of a changelog topic can be 1) inspected for 
debugging purposes and 2) saved to text file and loaded from text file

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/theduderog/kafka expose-seq-num

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1501.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 #1501


commit 2dc4badeae5aa8220b469f40c418afa1455f05ee
Author: Roger Hoover 
Date:   2016-06-13T22:53:28Z

Exposed window store sequence number




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---