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

[jira] [Created] (STORM-1352) Trident should support writing to multiple Kafka clusters

Haohui Mai created STORM-1352:
---------------------------------

             Summary: Trident should support writing to multiple Kafka clusters
                 Key: STORM-1352
                 URL: https://issues.apache.org/jira/browse/STORM-1352
             Project: Apache Storm
          Issue Type: Improvement
            Reporter: Haohui Mai
            Assignee: Haohui Mai


Current it is impossible to instantiate two instances of the {{TridentKafkaState}} class that write to different Kafka cluster. This is because that {{TridentKafkaState}} obtains the the location of the Kafka producer from configuration. Multiple instances can only get the same configuration in the {{prepare()}} method.

This jira proposes to introduce a configuration class like {{TridentKafkaConfig}} to allow multiple instances of {{TridentKafkaState}} to write to different Kafka clusters.



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