lightzhao commented on code in PR #4379:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4379#discussion_r1142955960


##########
seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaConsumerThread.java:
##########
@@ -60,6 +60,9 @@ public void run() {
                 } catch (InterruptedException e) {
                     throw new KafkaConnectorException(
                             KafkaConnectorErrorCode.CONSUME_THREAD_RUN_ERROR, 
e);
+                } catch (Exception e) {
+                    throw new KafkaConnectorException(
+                            KafkaConnectorErrorCode.CONSUME_THREAD_RUN_ERROR, 
e);

Review Comment:
   Yes, it doesn't make sense, thanks for the reminder.



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