summaryrefslogtreecommitdiff
path: root/kafka/future.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup error loggingerrorsDana Powers2016-07-151-1/+1
* use the same logic for callbacks regardless of is_done statusZack Dever2016-04-251-12/+15
* Remove unused importskafka-3318Dana Powers2016-04-051-2/+0
* Update imports from kafka.common -> kafka.errors / kafka.structsDana Powers2016-04-051-1/+1
* Coerce exceptions to bool in Future.succeeded() and Future.failed()Dana Powers2016-04-051-2/+2
* Call errbacks with future.exceptionDana Powers2016-01-031-1/+1
* Prefer assert or more-specific error to IllegalState / IllegalArgumentDana Powers2015-12-301-8/+4
* Improvements to kafka.future.FutureDana Powers2015-12-281-8/+37
* Use attributes on exception classes to signal retriable and invalid metadata ...Dana Powers2015-12-281-2/+5
* Switch BrokerConnection to (mostly) non-blocking IO.Dana Powers2015-12-171-0/+51