Re: FlinkKafkaProducer usage

2017-02-01 Thread Dawid Wysakowicz
Have a look at https://github.com/apache/beam/blob/master/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaIO.java . 02.02.2017 1:07 AM "Boris Lublinsky" napisaƂ(a): > I am trying to write a quick sample of streaming word count using Beam > APIs and FlinkBeamRunner. > The probl

FlinkKafkaProducer usage

2017-02-01 Thread Boris Lublinsky
I am trying to write a quick sample of streaming word count using Beam APIs and FlinkBeamRunner. The problem that I am getting into is that apply("Write to Kafka", Write.to(UnboundedFlinkSink.of(kafkaSink))) Does not work in this way - it assumes bounded stream and mine is unbounded. I have not