* New request and response definitions up through Kafka 1.0 * Client now supports Kafka 0.10.2 or newer
Minor changes:
* Bugfix for handling zero-length member assignments * Adjust the default value for metadata_refresh to be a sane 60s, instead of 60000s
0.1.7
Major changes: * New request and response definitions up through Kafka 1.0 * Client now supports Kafka 0.10.2 or newer
Minor changes: * Bugfix for handling zero-length member assignments * Adjust the default value for metadata_refresh to be a sane 60s, instead of 60000s
0.1.5
Fix a bug in parsing ListOffset responses in the client where it would fail if no offsets were returned from the broker with no error.
0.1.4
Minor update to allow the client to continue to work if not all brokers in a cluster are up (76)
0.1.3
Major changes: * Significant performance improvements in request/response handling * Add connection retries with clearer errors on failure