Re: Flink 1.11 FlinkKafkaConsumer not propagating watermarks

2021-04-21 Thread Arvid Heise
For reference: self answered on [1]. Turns out that Flink 1.12 defaults the TimeCharacteristic to EventTime and > deprecates the whole TimeCharacteristic flow. So to downgrade to Flink > 1.11, you must add the following statement to configure the > StreamExecutionEnvironment. > >

Flink 1.11 FlinkKafkaConsumer not propagating watermarks

2021-04-14 Thread Edward Bingham
Hi everyone, I'm seeing some strange behavior from FlinkKafkaConsumer. I wrote up some Flink processors using Flink 1.12, and tried to get them working on Amazon EMR. However Amazon EMR only supports Flink 1.11.2 at the moment. When I went to downgrade, I found, inexplicably, that watermarks were