John Sebastian Gilmore created STORM-300:
--------------------------------------------
Summary: Add need_task_ids field to the multilang protocol
description
Key: STORM-300
URL: https://issues.apache.org/jira/browse/STORM-300
Project: Apache Storm (Incubating)
Issue Type: Documentation
Affects Versions: 0.9.2-incubating, 0.9.1-incubating, 0.9.0.1
Reporter: John Sebastian Gilmore
Priority: Minor
The Storm ShellBolt is aware of a need_task_ids field in messages received from
non-JVM bolts
(https://github.com/apache/incubator-storm/blob/master/storm-core/src/jvm/backtype/storm/task/ShellBolt.java
:line 233).
This flag determines whether a ShellBolt will in fact respond with task IDs to
a request from a non-JVM bolt. No mention of this flag is made in the Storm
multilang protocol.
I believe this flag should be added the the multilang protocol description or
removed from its implementation.n Personally, I'm not a great fan of how this
functionality has been implemented (on a per message basis).
--
This message was sent by Atlassian JIRA
(v6.2#6252)