Re: RedisIO Apache Beam JAVA Connector

2022-07-20 Thread Alexey Romanenko
I believe that Read and Write parts of RedisIO are well independent and I’m not aware of any issues with Write. — Alexey > On 20 Jul 2022, at 00:52, Shivam Singhal wrote: > > Hi Alexey! > > Thanks for replying. > I think we will only use RedisIO to write to redis. From your reply & github >

Re: RedisIO Apache Beam JAVA Connector

2022-07-19 Thread Shivam Singhal
Hi Alexey! Thanks for replying. I think we will only use RedisIO to write to redis. From your reply & github issue 21825, it seems SDF is causing some issue in reading from Redis. Do you know of any issues with Write? If I get a chance to test the reading in my staging environment, I will :) Th

Re: RedisIO Apache Beam JAVA Connector

2022-07-18 Thread Alexey Romanenko
Hi Shivam, RedisIO is already for quite a long time in Beam, so we may consider it’s rather stable. I guess it was marked @Experimental since its user API was changing at that moment (that a point) [1]. However, recently RedisIO has moved to SDF for a reading part, so I can’t say how it was he

RedisIO Apache Beam JAVA Connector

2022-07-18 Thread Shivam Singhal
Hi everyone, I see that org.apache.beam.sdk.io.redis version 2.20.0 onwards, this connector is marked experimental. I tried to see the changelog