Skip to content

Commit

Permalink
MINOR: Fix typo in OffsetCommitCallbackInvoker's javadoc (apache#15643)
Browse files Browse the repository at this point in the history
Reviewers: Mickael Maison <[email protected]>, Johnny Hsu <[email protected]>
  • Loading branch information
appchemist authored Apr 16, 2024
1 parent 6ed3bae commit 4e1a23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.util.concurrent.LinkedBlockingQueue;

/**
* Utility class that helps the application thread to invoke user registered {@link OffsetCommitCallback} amd
* Utility class that helps the application thread to invoke user registered {@link OffsetCommitCallback} and
* {@link org.apache.kafka.clients.consumer.ConsumerInterceptor}s. This is
* achieved by having the background thread register a {@link OffsetCommitCallbackTask} to the invoker upon the
* future completion, and execute the callbacks when user polls/commits/closes the consumer.
Expand Down

0 comments on commit 4e1a23d

Please sign in to comment.