[jira] [Created] (FLINK-4186) Expose Kafka metrics through Flink metrics

2016-07-10 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-4186: - Summary: Expose Kafka metrics through Flink metrics Key: FLINK-4186 URL: https://issues.apache.org/jira/browse/FLINK-4186 Project: Flink Issue Type: Improv

[jira] [Created] (FLINK-4187) Support for outer joins on DataStream

2016-07-10 Thread Ignacio N. Lucero Ascencio (JIRA)
Ignacio N. Lucero Ascencio created FLINK-4187: - Summary: Support for outer joins on DataStream Key: FLINK-4187 URL: https://issues.apache.org/jira/browse/FLINK-4187 Project: Flink

[jira] [Created] (FLINK-4188) Support for outer joins on DataStream

2016-07-10 Thread Ignacio N. Lucero Ascencio (JIRA)
Ignacio N. Lucero Ascencio created FLINK-4188: - Summary: Support for outer joins on DataStream Key: FLINK-4188 URL: https://issues.apache.org/jira/browse/FLINK-4188 Project: Flink

Re: [DISCUSS] Allowed Lateness in Flink

2016-07-10 Thread Chen Qin
Sure. Currently, it looks like any element assigned to a too late window will be dropped silently😓 ? Having a late window stream imply somehow Flink needs to add one more state to window and split window state cleanup from window retirement. I would suggest as simple as adding a function in trigge