Any advice on using a static broker list vs using zookeeper? I keep having fits with keeping things stable with zookeeper involved (i.e. dropped connections).
If I use a static broker list do I still get failover if a broker goes down? (i.e. 1 broker goes down, will my producers still try to send message to it?) Thanks, Karl