Nextdoor / zkmonitor

Zookeeper Monitoring Daemon
5 stars 4 forks source link

monitor.Monitor._stateListener() should be moved to cluster.State() #8

Closed diranged closed 10 years ago

diranged commented 10 years ago

Currently the monitor.Monitor() object is keeping track of the current Zookeeper connection state. Instead, this should probably move to the cluster.State() object where we maintain all agent-to-agent communication code. This may be part of issue #2.

diranged commented 10 years ago

After further thought, never mind. The monitor.Monitor() object is the right place for this work.