DEV Community

Robin Moffatt
Robin Moffatt

Posted on • Originally published at rmoff.net on

Learning Golang (some rough notes) - S02E00 - Kafka and Go

With the first leg of my journey with Go done (starting from a very rudimentary base), the next step for me was to bring it into my current area of interest and work - Apache Kafka.

There are several client libraries available. I’m going to use the the Confluent Go client for now, and if I feel the need later on might explore the others. The API docs are comprehensive as are the example code snippets and some showing how to use the Go client with Confluent Cloud.

Here I’m going to try and apply what I’ve learnt so far to the Kafka client and build my understanding of it from the ground up (instead of blindly copy & pasting which is effective but less educational than taking something apart and reassembling it 😎).

Top comments (0)