Github user mjsax commented on the pull request:
https://github.com/apache/flink/pull/1483#issuecomment-171790057
Ok. I will try to rework this to the custom operator approach...
About your last statement: We could decide to omit this information in the
Storm compatibility layer (and drop this PR completely) -- of course, this
would limits the "compatibility level" we can achieve.
Btw: Storm does not give the "channel index" itself to the user, but the
task-id of the parallel producer task attached to each input tuple (in Storm,
task-ids are unique over all tasks over all operators of the topology). The
compatibility will translate the "channel index" into this task-id (using the
"channel index" is the only way I see to get this done in the compatibility
layer).
---
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.
---