You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by karri lamb <ka...@omnyon.com> on 2017/05/16 18:25:04 UTC

Stateful Bolt Using Redis

Hello all,
I have added a Redis stateful bolt in my topology. If I call commit on the
RedisKeyValueState in the stateful bolt's execute method, it writes to
Redis. If I take out the commit, it does not write to Redis, I left the
defaults, so I thought it should write every second. Am I missing something?

Thanks!