Poorvankbhatia commented on PR #3:
URL: 
https://github.com/apache/flink-connector-redis-streams/pull/3#issuecomment-3031813914

   Hey @eskabetxe  thanks for putting this together — we were actually working 
on open-sourcing a similar Redis sink implementation internally when we came 
across this PR.
   Your approach using the modern Sink API provides a solid base, and would 
love to collaborate instead of duplicating effort. A broader range of Redis 
operations are commonly needed in production — including SET, HSET, RPUSH, 
SADD, ZADD, etc. Also recommend switching from Jedis to the async Lettuce 
client for non-blocking I/O, along with batching/pipelining for better 
throughput (as u mentioned in one of your comments). Other features we've been 
working on include Table/SQL API integration, support for Redis transactions 
(MULTI/EXEC), and Lua scripting for atomic operations.
   Would you be open to expanding this PR to support these features? Would be 
happy to contribute directly or align efforts, whether by collaborating here or 
spinning off a complementary implementation.
   Let me know what you think!
   
   cc: @MartijnVisser @fapaul 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to