Github user harshach commented on a diff in the pull request:
https://github.com/apache/storm/pull/601#discussion_r33413898
--- Diff: external/storm-kafka/src/jvm/storm/kafka/SpoutConfig.java ---
@@ -29,6 +29,7 @@
// setting for how often to save the current kafka offset to ZooKeeper
public long stateUpdateIntervalMs = 2000;
+ public String emitStreamId;
--- End diff --
is it a mandatory config now? . What if users doesn't pass a emitStreamId
shouldn't we use the default.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---