Versions in this module Expand all Collapse all v0 v0.0.4 Jan 21, 2024 v0.0.3 Nov 9, 2023 Changes in this version + func ConsumerMsg(callBack ConsumerCallback) + func InitConsumer(hosts string) + func InitProducer(topicInput, hosts string) + func Send(data []byte) + type ConsumerCallback func(data []byte)