WallarooLabs / pony-kafka

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

Fix invalid throttling edge case #44

Closed dipinhora closed 6 years ago

dipinhora commented 6 years ago

Prior to this commit, if a broker connection that didn't own any partitions was disconnected, it would cause producers to get throttled even if no topics/partitions were actually throttled.

This commit fixes the issue.