Samrat002 commented on code in PR #6:
URL: 
https://github.com/apache/flink-connector-redis-streams/pull/6#discussion_r3055275602


##########
flink-connector-redis-streams/src/main/java/org/apache/flink/connector/redis/streams/source/split/RedisStreamsSourceSplit.java:
##########
@@ -0,0 +1,101 @@
+/*

Review Comment:
   This is an intentional v1 design decision. In the current model, parallelism 
= number of distinct stream keys. This preserves total ordering within each 
stream, which is critical for many use cases (event sourcing, CDC, ordered 
processing).



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to