Re: dynamic config zookeeper code

2013-02-08 Thread Jay Kreps
Hey Joe, I threw up a first draft on this patch, take a look and see what you think. I think what you are saying is that you want to avoid having configuration changes take effect dynamically on all running servers. I think this is pretty easy to accomplish, we can just make it possible to disabl

Re: dynamic config zookeeper code

2013-01-23 Thread Joe Stein
TopicConfigWatcher sounds good I still feel there needs to be some abstraction to TopicConfigWather because using Zookeeper Watcher means having global changes to a cluster and in production we don't allow global updates to every server so i am going to have to use another mechanism. How we do ma