I have two brokers, and am configuring a partition producer as such:
I am getting this error when broker1 is down:
brokers = [ 'broker1.example.com:9092', 'broker2.example.com:9092' ]
end
gems/poseidon-0.0.5/lib/poseidon/sync_producer.rb:66:in `send_messages': Failed to send all messages: [list]
Any idea how to make this resilient against a broker being down?