wvanbergen / kazoo-go

Go library to access Kafka metadata in Zookeeper
http://godoc.org/github.com/wvanbergen/kazoo-go
MIT License
100 stars 48 forks source link

Add WatchRegistration function #34

Closed horkhe closed 6 years ago

horkhe commented 6 years ago

The library only provided WatchInstance function that returned a watch of child type. But child type watches are triggered by group member subscription updates, so WatchRegistration function was introduced to allow watching member subscription updates.

Besides:

horkhe commented 6 years ago

@wvanbergen I am not sure if you still maintain this, but if so please take a look.

wvanbergen commented 6 years ago

Looks good, thanks for contributing!