StreamMaster constructor does not return if Kafka broker unreachable
Created by: dominikwerder
The constructor of class StreamMaster
does not return if the Kafka broker is unavailable.
If the class Master
creates a StreamMaster
without available broker, then control is not returned to the Master
class, the program hangs and Master
can not even detect that because its thread got 'stolen'