laglangyue commented on code in PR #4364:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4364#discussion_r1141325731


##########
seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaSource.java:
##########
@@ -186,6 +190,19 @@ public void prepare(Config config) throws 
PrepareFailException {
                                     this.metadata.getProperties().put(key, 
value.unwrapped()));
         }
 
+        if (config.hasPath(MESSAGE_FORMAT_ERROR_HANDLE_WAY_OPTION.key())) {

Review Comment:
   I mean it is not format error but serialization error



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