linguoxuan commented on code in PR #4212:
URL: https://github.com/apache/flink-cdc/pull/4212#discussion_r2664815784


##########
flink-cdc-common/src/main/java/org/apache/flink/cdc/common/pipeline/PipelineOptions.java:
##########
@@ -72,6 +72,22 @@ public class PipelineOptions {
                                                             "EXCEPTION: Throw 
an exception to terminate the sync pipeline.")))
                                     .build());
 
+    public static final ConfigOption<String> PIPELINE_ROUTE_MODE =
+            ConfigOptions.key("route-mode")
+                    .stringType()

Review Comment:
   In that case, we can only pass this parameter via route-mode: FIRST_MATCH. 
What I'm thinking is to allow users to pass it in ways like route-mode: 
first-match, route-mode: First-Match, or route-mode: FIRST_MATCH. What do you 
think? Or have I missed some methods? @yuxiqian 



-- 
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