You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Paulo Costa (JIRA)" <ji...@apache.org> on 2015/11/17 03:48:11 UTC

[jira] [Created] (STORM-1209) Generalized `StringMultiSchemeWithTopic`

Paulo Costa created STORM-1209:
----------------------------------

             Summary: Generalized `StringMultiSchemeWithTopic`
                 Key: STORM-1209
                 URL: https://issues.apache.org/jira/browse/STORM-1209
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-kafka
    Affects Versions: 0.11.0
            Reporter: Paulo Costa
            Assignee: Paulo Costa
            Priority: Trivial


STORM-817 allows a KafkaSpout to listen to multiple topics.

In this scenario, it makes sense to append the kafka topic to the tuples sent to storm.

This is partially implemented as `StringMultiSchemeWithTopic`. The idea is great, but not flexible enough, since it only works for Strings.

This should be generalized to work with any Scheme.

My proposed solution is available on https://github.com/apache/storm/pull/883



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