You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/01/19 07:45:26 UTC

[jira] [Created] (STORM-2304) [storm-redis] Provide binary version of TupleMapper and corresponding mappers

Jungtaek Lim created STORM-2304:
-----------------------------------

             Summary: [storm-redis] Provide binary version of TupleMapper and corresponding mappers
                 Key: STORM-2304
                 URL: https://issues.apache.org/jira/browse/STORM-2304
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-redis
            Reporter: Jungtaek Lim
            Assignee: Jungtaek Lim


For now storm-redis only provides string version of mappers which makes issues with binary key, field, and value. While converting data, data can be messed, or at least there should be time / space consuming.

Redis originally takes binary data, and also Jedis has binary methods set. It should be better that storm-redis supports binary data, and after this state is not needed to be converted with base64.



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