Skip to content

Releases: legolas145/kafkaWrapper

Move producer delivery listener to constructor

13 Aug 06:43
Compare
Choose a tag to compare

This version of the release moves the go routine that listens and logs for the delivery of messages to the construction instead of spawning it as and when a message is pushed.This will reduce the number of go routines that are spawned thereby reducing the CPU and Memory metrics of the services utilizing it.

Kafka wrapper v1.0 Release

21 Jul 10:28
Compare
Choose a tag to compare

Inital kafka wrapper go library release.