EMsnap commented on a change in pull request #3279:
URL: https://github.com/apache/incubator-inlong/pull/3279#discussion_r831807330



##########
File path: 
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/plugin/Reader.java
##########
@@ -63,4 +63,10 @@
      * finish read
      */
     void finishRead();
+
+    /**
+     * source deleted

Review comment:
       source is exist

##########
File path: 
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/KafkaSource.java
##########
@@ -107,9 +105,15 @@ public KafkaSource() {
             // example:0#110_1#666_2#222
             partitionOffsets = allPartitionOffsets.split(JOB_OFFSET_DELIMITER);
         }
+        //
+        props.put(KAFKA_SESSION_TIMEOUT, 30000);

Review comment:
       what's the purpose of doing 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