wvanbergen / kafka

Load-balancing, resuming Kafka consumer for go, backed by Zookeeper.
MIT License
373 stars 141 forks source link

Watch Zookeeper for partition changes #70

Closed wvanbergen closed 9 years ago

wvanbergen commented 9 years ago

This way we can automatically start consuming new partitions when they get added.

wvanbergen commented 9 years ago

Fixed by #72