franz-go
franz-go contains a feature complete, pure Go library for interacting with Kafka from 0.8.0 through 3.4+. Producing, consuming, transacting, administrating, etc.
How to download and setup franz-go
Open terminal and run command
git clone https://github.com/twmb/franz-go.git
git clone is used to create a copy or clone of franz-go repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with franz-go https://github.com/twmb/franz-go/archive/master.zip
Or simply clone franz-go with SSH
[email protected]:twmb/franz-go.git