v0.16.0
Implemented:
- #156 #151 Added formal support for Kafka versions up to v2.1.0.
- #155 When the last group member leaves a consumer group, all group records are removed from ZooKeeper. Group records were never deleted from ZooKeeper before, that could cause issues with disposable groups.
- #144 Added support for specifying and receiving Kafka record headers over both the HTTP and gRPC produce and consume interfaces.
- #146 Added new configuration flags for the producer partitioner, broker-enforced produce timeout, and network-level timeouts.
Fixed:
- #54 Rebalancing fails due to non existent topic.