storm-rabbitmq
storm-rabbitmq copied to clipboard
Fixed NPE in getFromMap with String and HaHosts
In trying to setup a spout that does not use HA, the code for checking for HA throws a NPE in this code here since it assumes that any key looked up in the map has a value. For HA Hosts, the only acceptable value other than hosts is null.