Alexander,
    Thanks and I am aware of that. But when bucket get dynamically created
and you don't know when because as and when you add document it will be
brought into life, but at what point you would create properties for those
buckets especially post_commit_hook? for me I need it from first doc. I
found one way to do is using app.config but if Riak informs when first
document bucket is brought into life I can also set post_commit hook for
that particular bucket. whatever set in app.config is global and not
specific to specific buckets but this is the story. I need post commit  to
be live for from first document to do something else.

Thanks,
Senthil


On Sun, Aug 15, 2010 at 9:24 PM, Senthilkumar Peelikkampatti <
[email protected]> wrote:

> I am having a situation where buckets gets created dynamically and I want
> to attach post commit hook to it. Since it is part of bucket properties, how
> to deal with when I set bucket properties? Since bucket is kind of virtual
> and got deleted when no documents in it and created when first document is
> put. Is there a way to find out when first time bucket is created? If I
> know, I can attach once post hook properties. Or is that part of app.config
> and can be set as part of config properties?
> Please provide your thoughts.
>
> --
> Regards,
> Senthilkumar,
>
>


-- 
Regards,
Senthilkumar Peelikkampatti,
http://pmsenthilkumar.blogspot.com/
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to