[
https://issues.apache.org/jira/browse/KAFKA-3613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260992#comment-15260992
]
ASF GitHub Bot commented on KAFKA-3613:
---------------------------------------
GitHub user miguno opened a pull request:
https://github.com/apache/kafka/pull/1277
KAFKA-3613: Consolidate TumblingWindows and HoppingWindows into TimeWindows
This PR includes the same code as https://github.com/apache/kafka/pull/1261
but is rebased on latest trunk.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/miguno/kafka KAFKA-3613-v2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1277.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 #1277
----
commit 6dcaf2d04d0031bc62b5d0aa4c0de691ca06fb84
Author: Michael G. Noll <[email protected]>
Date: 2016-04-27T20:16:42Z
KAFKA-3613: new
----
> Consolidate tumbling windows and hopping windows
> ------------------------------------------------
>
> Key: KAFKA-3613
> URL: https://issues.apache.org/jira/browse/KAFKA-3613
> Project: Kafka
> Issue Type: Improvement
> Reporter: Michael Noll
>
> We currently have two separate implementations for tumbling windows and
> hopping windows, even though tumbling windows are simply a specialization of
> hopping windows. We should thus consolidate/merge the two separate
> implementations into a new TimeWindows / TimeWindow.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)