Not yet, but I hope to be able to do that in the future.

On Wed, May 21, 2014 at 4:17 PM, Chris Price <ch...@puppetlabs.com> wrote:

> On Wednesday, May 21, 2014 11:14:28 AM UTC-7, mlimotte wrote:
>>
>> I wrote a ZooKeeper based config system at Climate Corporation.  I also
>> found that there is a need to trigger some action when a config value
>> changes, and went with a simple callback solution.  I do like the idea of
>> tying this to Stuart's Component lifecycle model; although I think you
>> would also need the callback option for legacy code.
>>
>> Another feature that was important to us was overrides for development.
>>  When you start a system locally in dev mode, you probably don't want it to
>> use the production (or even QA environment) config.  So we allow overrides
>> in a local file.
>>
>> A few other features that we support, and I would like to see in a
>> generic open-source solution:
>>
>
> Is this library open source?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to