Daniel Klessing created STORM-1894:
--------------------------------------

             Summary: storm-redis does not support a Redis cluster
                 Key: STORM-1894
                 URL: https://issues.apache.org/jira/browse/STORM-1894
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-redis
    Affects Versions: 1.0.1
            Reporter: Daniel Klessing


Working with Storm and stateful bolts we noticed that it is not possible to 
work with a Redis cluster at the moment. The problem is, that storm-redis 
requires that the configuration is of type {{JedisPoolConfig}} which only 
allows defining one host. If the given Redis instance is configured as a Redis 
cluster exceptions of type {{JedisMovedDataException}} might occur.
The configuration via {{JedisClusterConfig}} seems to provide support for a 
Redis cluster, but {{RedisKeyValueStateProvider}} does not handle it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to