Hello all, I want to store a config property using cellar cluster, programmatically from within a bundle.
(basically, the bundle in the first node to come up on the cluster does some initialization, when the same bundle is started on another node, this initialization need not to be repeated and I was thinking to implement it by storing a cluster wide config property like "myapp.initalized=true") Could you give me any suggestion on how to implement this? Thanks, Cristiano
