And to answer your original question more directly: no, Riak does not make
update events visible to clients. As Alexander indicates, you're going to
have to implement something extra.
-John
On Monday, January 26, 2015, Alexander Sicular wrote:
> Well, the general case would be when the client r
Well, the general case would be when the client returns a successful write you
do something. It's just a question of where you do the processing, in Riak via
a pre/post commit hook or in application space in a client. -Alexander
@siculars
http://siculars.posthaven.com
Sent from my iRotaryPhon
Thank you for your reply, I will try to use post-commit hooks. But is it
possible to realize this possibility at riak-erlang-client?
Sat Jan 24 2015 at 0:12:57, John Daily :
> You may wish to take a look at the support for post-commit hooks:
> http://docs.basho.com/riak/latest/dev/advanced/commit
You may wish to take a look at the support for post-commit hooks:
http://docs.basho.com/riak/latest/dev/advanced/commit-hooks/
-John
On Jan 23, 2015, at 1:54 PM, Никита Нежевский wrote:
> Hello.
> I've used riak for online processing of incoming data and faced with problem.
> I've used riak-er