This commit is contained in:
2020-11-23 14:18:15 +01:00
commit f159114dce
10 changed files with 831 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# gokafka
[![GoReportCard](https://goreportcard.com/badge/gitlab.com/unboundsoftware/go-kafka)](https://goreportcard.com/report/gitlab.com/unboundsoftware/go-kafka) [![GoDoc](https://godoc.org/gitlab.com/unboundsoftware/go-kafka?status.svg)](https://godoc.org/gitlab.com/unboundsoftware/go-kafka) [![Build Status](https://gitlab.com/unboundsoftware/go-kafka/badges/master/pipeline.svg)](https://gitlab.com/unboundsoftware/go-kafka/commits/master)[![coverage report](https://gitlab.com/unboundsoftware/go-kafka/badges/master/coverage.svg)](https://gitlab.com/unboundsoftware/go-kafka/commits/master)
Download:
```shell
go get gitlab.com/unboundsoftware/kafka
```