Re: Flink Redis connectivity

2020-07-23 Thread Yangze Guo
r obtain some insights. > > > > [1] http://bahir.apache.org/docs/flink/current/flink-streaming-redis/ > > [2] https://github.com/apache/bahir-flink > > > > Best > > Yun Tang > > > > ____ > > From: Yangze Guo >

Re: Flink Redis connectivity

2020-07-23 Thread Ramya Ramamurthy
use it or obtain some insights. > > [1] http://bahir.apache.org/docs/flink/current/flink-streaming-redis/ > [2] https://github.com/apache/bahir-flink > > Best > Yun Tang > > > From: Yangze Guo > Sent: Tuesday, July 21, 2020 18:50 > T

Re: Flink Redis connectivity

2020-07-21 Thread Yun Tang
apache/bahir-flink Best Yun Tang From: Yangze Guo Sent: Tuesday, July 21, 2020 18:50 To: dev Subject: Re: Flink Redis connectivity Hi, I think you could implement `RichMapFunction` and create `redisClient` in the `open` method. Best, Yangze Guo On Tue, Jul 21, 2

Re: Flink Redis connectivity

2020-07-21 Thread Yangze Guo
Hi, I think you could implement `RichMapFunction` and create `redisClient` in the `open` method. Best, Yangze Guo On Tue, Jul 21, 2020 at 6:43 PM Ramya Ramamurthy wrote: > > Hi, > > As per the understanding we have from the documentation, I guess its not > possible to take the redis connection