LadyForest commented on code in PR #136:
URL: https://github.com/apache/flink-table-store/pull/136#discussion_r881189824


##########
flink-table-store-kafka/src/main/java/org/apache/flink/table/store/kafka/KafkaLogStoreFactory.java:
##########
@@ -93,6 +96,23 @@ public Set<ConfigOption<?>> optionalOptions() {
         return options;
     }
 
+    @Override
+    public Map<String, String> enrichOptions(Context context) {
+        Map<String, String> options = new 
HashMap<>(context.getCatalogTable().getOptions());
+        Preconditions.checkArgument(
+                !options.containsKey(TOPIC.key()),
+                "Managed table can not contains custom topic. "

Review Comment:
   contain



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