jrydberg / gevent-kafka

Python (gevent) bindings for Apache Kafka
12 stars 4 forks source link

Producer.send should handle lack of brokers better #1

Open muvster opened 12 years ago

muvster commented 12 years ago

Producer.send will now raise IndexError if there are no brokers. A more suitable error with a decent message should be raised.