kirktrue commented on PR #17035: URL: https://github.com/apache/kafka/pull/17035#issuecomment-2327495687
@AndrewJSchofield, et al.—it can be helpful to compare the flow of `ClassicKafkaConsumer.poll()` and `AsyncKafkaConsumer.poll()`, specifically how it invokes fetch. Note that the `sendFetches()` method name, as well as when it is invoked, comes from the `ClassicKafkaConsumer.poll()`. So this is really making the new consumer act much more like the old one. -- 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]
