FrankYang0529 commented on code in PR #17244: URL: https://github.com/apache/kafka/pull/17244#discussion_r1778519271
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java: ########## @@ -1805,15 +1813,23 @@ private boolean processBackgroundEvents() { * execution of the rebalancing logic. The rebalancing logic cannot complete until the * {@link ConsumerRebalanceListener} callback is performed. * - * @param future Event that contains a {@link CompletableFuture}; it is on this future that the - * application thread will wait for completion - * @param timer Overall timer that bounds how long to wait for the event to complete + * @param future Event that contains a {@link CompletableFuture}; it is on this future that the + * application thread will wait for completion + * @param timer Overall timer that bounds how long to wait for the event to complete + * @param ignoreErrorEventException Predicate to ignore background errors. + * Any exceptions found while processing background events that match the predicated won't be propagated. Review Comment: All typos updated. Thanks for catching this. 👍 -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org