-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Not A Problem
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: consumer
-
Labels:None
Currently with a single partition, even if it is paused, calling poll(0) could still be costing as much as 1ms since it triggers a few system calls. Some of those can possibly be optimized away.