Apache Storm: get topology name inside bolt
1 answer
You can get it from the map config
.
Useconfig.get(Config.TOPOLOGY_NAME)
http://nathanmarz.github.io/storm/doc/backtype/storm/Config.html#TOPOLOGY_NAME
@ComputerDruid thanks for the fix
+3
source to share