Re: Can we use RedisIO to write records from an unbounded collection

2023-07-21 Thread Alexey Romanenko
Hi Sachin, > On 21 Jul 2023, at 08:45, Sachin Mittal wrote: > > I was reading up on this IO here > https://beam.apache.org/documentation/io/connectors/ and it states that it > only supports batch and not streaming. I believe it states only about Reading support. For Writing, it mostly depend

Can we use RedisIO to write records from an unbounded collection

2023-07-20 Thread Sachin Mittal
Hi, I was planning to use the RedisIO write/writeStreams function in a streaming pipeline. https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/redis/RedisIO.html The pipeline would read an unbounded collection from Kinesis and update redis. It will update data for which key ex