Skip to content

Commit

Permalink
Update README.md (segmentio#327)
Browse files Browse the repository at this point in the history
issue segmentio#321 golang minimum version
  • Loading branch information
ldrrp authored and Achille committed Jul 30, 2019
1 parent 3d2413f commit 22bd86a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ software.
`kafka-go` is currently compatible with Kafka versions from 0.10.1.0 to 2.1.0. While latest versions will be working,
some features available from the Kafka API may not be implemented yet.

## Golang version

`kafka-go` is currently compatible with golang version from 1.12+. To use with older versions of golang use release [v0.2.5](https://github.com/segmentio/kafka-go/releases/tag/v0.2.5).

## Connection [![GoDoc](https://godoc.org/github.com/segmentio/kafka-go?status.svg)](https://godoc.org/github.com/segmentio/kafka-go#Conn)

The `Conn` type is the core of the `kafka-go` package. It wraps around a raw
Expand Down

0 comments on commit 22bd86a

Please sign in to comment.