Gabor Gevay created FLINK-2255:
----------------------------------
Summary: In the TopSpeedWindowing examples, every window contains only 1 element, because event time is in millisec, but eviction is in sec
Key: FLINK-2255
URL:
https://issues.apache.org/jira/browse/FLINK-2255 Project: Flink
Issue Type: Bug
Components: Examples, Streaming
Reporter: Gabor Gevay
Assignee: Gabor Gevay
Priority: Minor
The event times are generated by System.currentTimeMillis(), so evictionSec should be multiplied by 1000, when passing it to Time.of.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)