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