Kafka-go samples

Hi,

I am new to Golang and learning Kafka. I have good exposure on Java and kafka both but learning Golang. Can anyone please share some good resources that have some kafka-go examples like, how to get AWS MSK configuration and use it while sending messages to Kafka topic.

Thanks.

Which library do you use to access Kafka from Go code?

There are multiple libraries available, this one looks well maintained and has good documentation:

I am looking at both segmentio/kafka-go and sarana… thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.