liunaijie commented on code in PR #8377:
URL: https://github.com/apache/seatunnel/pull/8377#discussion_r1901411846


##########
seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaSourceConfig.java:
##########
@@ -255,10 +255,13 @@ private DeserializationSchema<SeaTunnelRow> 
createDeserializationSchema(
                     .setCatalogTable(catalogTable)
                     .build();
         }
-
+        boolean ignoreParseErrors =
+                readonlyConfig
+                        .get(MESSAGE_FORMAT_ERROR_HANDLE_WAY_OPTION)
+                        .equals(MessageFormatErrorHandleWay.SKIP);

Review Comment:
   Ok, will add it. Thanks point this.



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