Skip to content

Releases: elodina/go_kafka_client

v0.4.1.0

25 Jan 15:48
Compare
Choose a tag to compare

Last release before transfer to github.com/elodina and separation into separate repositories for the un-related piece parts that have grown and removing parts no long supported or have a better option now in production

v0.4.0.0

20 Dec 20:18
Compare
Choose a tag to compare

102bb57

  • 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

18 Sep 02:59
Compare
Choose a tag to compare

Final support for sarama as default Kafka wire protocol implementation and api for Go Kafka Client

0.3.5.1 Release

29 Jul 12:24
Compare
Choose a tag to compare

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.

v0.3.5.0

25 Jul 11:41
Compare
Choose a tag to compare
Merge pull request #136 from spenczar/fix_workermanager_memory_leak

Allocate a new taskBatch for each batch of tasks in the WorkerManager