WallarooLabs / pony-kafka

:horse: Pure Pony Kafka client
Other
57 stars 4 forks source link

Optimize idle polling #41

Open dipinhora opened 6 years ago

dipinhora commented 6 years ago

As reported in https://github.com/WallarooLabs/wallaroo/issues/1584, the current code seems to use too much cpu when idle polling Kafka brokers.

This issue is to optimize the relevant code to minimize resource usage when idle polling.