Hacker News new | ask | show | jobs
by rad_gruchalski 566 days ago
Kafka does batch reading anyway. Have a look at the reader, it’s a loop with read and read timeout. Usually a 100ms per single loop iteration.