Github user abhishekagarwal87 commented on a diff in the pull request:
https://github.com/apache/storm/pull/601#discussion_r53569055
--- Diff: external/storm-kafka/src/jvm/storm/kafka/PartitionManager.java ---
@@ -126,7 +127,7 @@ public Map getMetricsDataMap() {
}
//returns false if it's reached the end of current batch
- public EmitState next(SpoutOutputCollector collector) {
+ public EmitState next(SpoutOutputCollector collector, String
emitStreamId) {
--- End diff --
what is the need of additional argument since spoutConfig is available to
this class. stream name can be initialized once in the prepare phase itself.
---
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.
---