thesumery commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991862654


##########
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/table/KafkaDynamicTableFactory.java:
##########
@@ -325,7 +374,9 @@ public DynamicTableSink createDynamicTableSink(Context 
context) {
                 getSinkSemantic(tableOptions),
                 parallelism,
                 inlongMetric,
-                auditHostAndPorts);
+                auditHostAndPorts,
+                innerValueDecodingFormat,
+                tableOptions.getOptional(TOPIC_PATTERN).orElse(null));

Review Comment:
   Reused source option TOPIC_PATTERN for sink?How to extend it to other 
multiple sink connector?



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