luchunliang commented on code in PR #11896:
URL: https://github.com/apache/inlong/pull/11896#discussion_r2153563601
##########
inlong-sdk/sort-sdk/src/main/java/org/apache/inlong/sdk/sort/fetcher/kafka/KafkaMultiTopicsFetcher.java:
##########
@@ -395,4 +395,16 @@ private void fetchFromKafka() throws Exception {
}
}
}
+
+ /**
+ * negativeAck Offset
+ *
+ * @param msgOffset String
+ */
+ @Override
+ public void negativeAck(String msgOffset) throws Exception {
Review Comment:
Kafka do not support negative ack.
Just pause topic consumer for 10 minutes.
--
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]