Skip to content

Move producer delivery listener to constructor

Latest
Compare
Choose a tag to compare
@legolas145 legolas145 released this 13 Aug 06:43

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.