[
https://issues.apache.org/jira/browse/KAFKA-3870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339343#comment-15339343
]
ASF GitHub Bot commented on KAFKA-3870:
---------------------------------------
GitHub user enothereska opened a pull request:
https://github.com/apache/kafka/pull/1526
KAFKA-3870: Removed name from Windows class
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/enothereska/kafka expose-names-dsl
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1526.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 #1526
----
commit 4563f3f816b4584f4052e7e296cf2e5382abb201
Author: Eno Thereska <[email protected]>
Date: 2016-06-20T10:59:34Z
Removed name from Windows class
----
> Remove the window name from Windows class
> -----------------------------------------
>
> Key: KAFKA-3870
> URL: https://issues.apache.org/jira/browse/KAFKA-3870
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Affects Versions: 0.10.1.0
> Reporter: Eno Thereska
> Assignee: Eno Thereska
> Fix For: 0.10.1.0
>
>
> The class {{org.apache.kafka.streams.kstream.Windows}} takes a "name"
> parameter that specifies the name of state stores for any subsequent
> operations. It is better to remove the name from this class and add it to the
> aggregator or join operators instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)