aloyszhang commented on code in PR #11896:
URL: https://github.com/apache/inlong/pull/11896#discussion_r2153509694
##########
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 does support negativeAck
##########
inlong-sdk/sort-sdk/src/main/java/org/apache/inlong/sdk/sort/fetcher/kafka/KafkaSingleTopicFetcher.java:
##########
@@ -310,4 +310,16 @@ private void fetchFromKafka() throws Exception {
}
}
}
+
+ /**
+ * negativeAck Offset
+ *
+ * @param msgOffset String
+ */
+ @Override
+ public void negativeAck(String msgOffset) throws Exception {
Review Comment:
ditto
--
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]