[
https://issues.apache.org/jira/browse/STORM-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jungtaek Lim reassigned STORM-2533:
-----------------------------------
Assignee: Jungtaek Lim
> Visualization API returns "spout" for system components
> -------------------------------------------------------
>
> Key: STORM-2533
> URL: https://issues.apache.org/jira/browse/STORM-2533
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Affects Versions: 2.0.0
> Reporter: Stephen Powis
> Assignee: Jungtaek Lim
>
> Hitting the visualization api end point (
> /api/v1/topology/TOPOLOGY-ID/visualization ) returns system components
> labeled as spouts. These should not be labeled as spouts, but instead
> 'system' or some other more appropriate label.
> See the following example response:
> {code}
> {
> ...
> "__system": {
> ":type": "spout",
> ...
> },
> "__acker": {
> ":type": "spout",
> ...
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)