AndrewJSchofield commented on code in PR #20281:
URL: https://github.com/apache/kafka/pull/20281#discussion_r2246068782


##########
clients/src/main/java/org/apache/kafka/clients/consumer/KafkaShareConsumer.java:
##########
@@ -497,7 +497,7 @@ public void acknowledge(ConsumerRecord<K, V> record) {
      * <p>This method can only be used if the consumer is using <b>explicit 
acknowledgement</b>.
      *
      * @param record The record to acknowledge
-     * @param type The acknowledgement type which indicates whether it was 
processed successfully
+     * @param type The acknowledge type which indicates whether it was 
processed successfully

Review Comment:
   Yes, I will get that done. The important thing was fixing the "not yet 
supported".



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