Releases: legolas145/kafkaWrapper
Releases · legolas145/kafkaWrapper
Move producer delivery listener to constructor
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
Inital kafka wrapper go library release.