Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
The implementation of the poll() method in PrototypeAsyncConsumer does not disable wakeups in the same manner that KafkaConsumer does. Investigate how to make the new implementation consistent with the functionality of the existing implementation.
There was a comment in the code that I plan to remove, but I will leave it here for reference:
// TODO: Once we implement poll(), clear wakeupTrigger in a finally block: wakeupTrigger.clearActiveTask();
Attachments
Issue Links
- links to