Releases: elodina/go_kafka_client
Releases · elodina/go_kafka_client
v0.4.1.0
v0.4.0.0
- Fixed ZookeeperCoordinator Panic handling #162
- Fixed the case when siesta low level client returned an error when no offsets where committed #163
- Fix zookeeper event watching, subscription, reconnection #159
- Added highwatermark offset field to Message struct #165
- Barrier delete fix #166
- Allow consumer configs to set the numWorkers and use full set of byte slices to check the partition number (for fixedpartiioner) #169
0.3.5.2 Release
Final support for sarama as default Kafka wire protocol implementation and api for Go Kafka Client
0.3.5.1 Release
This is a stable release of the Go Kafka Client. Improvements were made to the blue/green and partition ownership code and reconnection to zookeeper.