On Tue, Jul 20, 2010 at 6:07 PM, Ted Dunning <ted.dunning@gmail.com> wrote:
>
> It is pretty easy to keep configuration files in general in ZK and reload
> them on change. Very handy some days!
We recently open-sourced tool to handle stuff like config reloads,
triggering actions, etc:
http://github.com/twitter/twitcher
Short version is a single daemon sets your watches and triggers local
actions when stuff happens. If your app doesn't speak ZK this might be
a good solution.
--travis
>
> On Tue, Jul 20, 2010 at 5:38 PM, <ewhauser@gmail.com> wrote:
>
> > Has anyone experimented with storing logger hierarchies in ZK? I'm looking
> > for a mechanism to dynamically change logger settings across a cluster of
> > daemons. An app that connects to all servers via JMX would solve the
> > problem; but we have a number of subsystems that do not run on the JVM so
> > JMX is not a complete solution. Thanks.
> >
|