You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/08/25 05:05:24 UTC

[06/11] storm git commit: Added config info to storm-kafka README

Added config info to storm-kafka README


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/f8f162c9
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/f8f162c9
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/f8f162c9

Branch: refs/heads/master
Commit: f8f162c95ac8deaa26a6fe97e39bfd234c542136
Parents: 4262a19
Author: rohan_agarwal <ro...@gmail.com>
Authored: Mon Aug 17 10:47:40 2015 +0530
Committer: rohan_agarwal <ro...@gmail.com>
Committed: Mon Aug 17 10:47:40 2015 +0530

----------------------------------------------------------------------
 external/storm-kafka/README.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/f8f162c9/external/storm-kafka/README.md
----------------------------------------------------------------------
diff --git a/external/storm-kafka/README.md b/external/storm-kafka/README.md
index 1e9cc12..3fe46e9 100644
--- a/external/storm-kafka/README.md
+++ b/external/storm-kafka/README.md
@@ -70,6 +70,9 @@ In addition to these parameters, SpoutConfig contains the following fields that
     public long retryInitialDelayMs = 0;
     public double retryDelayMultiplier = 1.0;
     public long retryDelayMaxMs = 60 * 1000;
+
+    // if set to true, spout will set Kafka topic as the emitted Stream ID
+    public boolean topicAsStreamId = false;
 ```
 Core KafkaSpout only accepts an instance of SpoutConfig.