Re: Redis sink in Flink 2.0

2017-02-24 Thread Robert Metzger
We'll link to the Bahir-flink connectors once Bahir has done a release and published documentation for the connectors there. On Fri, Feb 24, 2017 at 1:28 PM, Stephan Ewen wrote: > I think the main difference is that Bahir Releases go against stable Flink > releases, which within Flink you have s

Re: Redis sink in Flink 2.0

2017-02-24 Thread Stephan Ewen
I think the main difference is that Bahir Releases go against stable Flink releases, which within Flink you have snapshot versions against snapshot releases as well. The source / sink API has been stable since Flink 1.0, so they should be cross-compatible, actually. On Fri, Feb 24, 2017 at 11:34

Re: Redis sink in Flink 2.0

2017-02-24 Thread Flavio Pompermaier
Hi Till, is there any guide about how to use bahir connectors with Flink? Is there any pro/cons against their use? ANy compatibility matrix somewhere? Best, Flavio On Fri, Feb 24, 2017 at 10:25 AM, Till Rohrmann wrote: > Hi Imalds, > > Flink's redis connector has been moved to Apache Bahir [1].

Re: Redis sink in Flink 2.0

2017-02-24 Thread Till Rohrmann
Hi Imalds, Flink's redis connector has been moved to Apache Bahir [1]. [1] https://github.com/apache/bahir-flink/tree/master/flink-connector-redis Cheers, Till On Fri, Feb 24, 2017 at 7:42 AM, lmalds wrote: > Hi!I want to know why the Redis Sink connector is disappeared in Flink 2.0 > version

Redis sink in Flink 2.0

2017-02-24 Thread lmalds
Hi!I want to know why the Redis Sink connector is disappeared in Flink 2.0 version?For Flink 2.0, I need to add a addSink() function and add a jedis dependency, is it right?Thank you. -- View this message in context: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Redis-sink-in-F