Re: consume kafka stream with flink

2016-02-12 Thread Robert Metzger
Hi Tanguy, I would recommend to refer to the documentation of the specific Flink version you are using. This is the documentation for 1.0-SNAPSHOT: https://ci.apache.org/projects/flink/flink-docs-master/apis/streaming/connectors/kafka.html and this is the doc for 0.10.x: https://ci.apache.org/pro

consume kafka stream with flink

2016-02-12 Thread Tanguy Racinet
Hello, I am currently trying to develop am algorithm mining frequent item sets over a data stream. I am using kafka to generate the stream, however I cannot manage to link Flink to Kafka. The code presented here is working but only using Flink version 0.9.1 https://github.com/dataArtisans/kafka