[ 
https://issues.apache.org/jira/browse/STORM-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jungtaek Lim updated STORM-2369:
--------------------------------
    Description: 
Currently storm-redis provides RedisKeyValueState which uses string type of 
methods with additional Base64 encoding/decoding. We can change this to use 
binary type of methods and get rid of Base64 usages.
(Maybe need to provide a tool to convert Base64 encoded State to origin...)

There's another thing to correct: it doesn't support Redis Cluster.

  was:
Currently storm-redis provides RedisKeyValueState which uses string type of 
methods with additional Base64 serde. We can change this to use binary type of 
methods and get rid of Base64 serde.

There's another thing to correct: it doesn't support Redis Cluster.


> [storm-redis] Use binary type for State management
> --------------------------------------------------
>
>                 Key: STORM-2369
>                 URL: https://issues.apache.org/jira/browse/STORM-2369
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-redis
>            Reporter: Jungtaek Lim
>
> Currently storm-redis provides RedisKeyValueState which uses string type of 
> methods with additional Base64 encoding/decoding. We can change this to use 
> binary type of methods and get rid of Base64 usages.
> (Maybe need to provide a tool to convert Base64 encoded State to origin...)
> There's another thing to correct: it doesn't support Redis Cluster.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to