zk1510 commented on a change in pull request #3279:
URL: https://github.com/apache/incubator-inlong/pull/3279#discussion_r831812345
##########
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:
set the kafka consumer session timeout
--
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]