Hagai Livni
Results
1
issues of
Hagai Livni
on master (commit 9ac3cb1ec220ff9968a8b003b02e98dd11cc486b) https://github.com/dpkp/kafka-python/blob/master/kafka/consumer/group.py , method `def poll(self, timeout_ms=0, max_records=None)` uses `time.time()` to calculate elapsed time. `time.time()` does not return a monotonic clock , and therefore the elapsed time...