#good practices for kafka producers on Go

4 messages · Page 1 of 1 (latest)

rancid pier
#

Hey everyone, I am trying to have some practice around kafka, especially its producers and consumers on Go, I was searching for good practices for this but just found on the consumer side.

Is there some documentation/book/article I could use for good practices while implementing the producers, e.g around the implementation to send messages to certain topics or closing the producer itself.

Thank you very much

red fulcrum
#

I think producers are much less complicated, since there isn't really a 'producer group' or anything so they don't need to be configured as much as consumers

dusk raft
rancid pier
#

Thank you very much!