lianetm commented on code in PR #20521:
URL: https://github.com/apache/kafka/pull/20521#discussion_r2437415736
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/PollEvent.java:
##########
@@ -16,43 +16,19 @@
*/
package org.apache.kafka.clients.consumer.internals.events;
-import java.util.concurrent.CompletableFuture;
-
-public class PollEvent extends ApplicationEvent {
Review Comment:
nit: I noticed there are outdated references to this in comments (this and
StreamsHBMgr too), can we update them?
https://github.com/apache/kafka/blob/781bc7a54b8c4f7c86f0d6bb9ef8399d86d0735e/clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractHeartbeatRequestManager.java#L243
--
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]