GitHub user alex-87 opened a pull request:
https://github.com/apache/storm/pull/2792
Add the getName() method in order to obtain the applied label to the
Trident stream.
Being able to get the applied label of a Trident stream could be useful in
case of complex Trident topology design. The getter returns the `String`
corresponding to the `_name` attribute of the `Stream` object.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alex-87/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2792.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2792
----
commit 9b49fb28877d89661da414ac20530b2b7337c38e
Author: Alexis LG <alex-87@...>
Date: 2018-08-04T09:24:54Z
Add the getName() method in order to obtain the applied label to the
Trident stream.
----
---