Skip to content

Commit

Permalink
Add Kafka versions to README
Browse files Browse the repository at this point in the history
Pryz committed Feb 26, 2019
1 parent 5313acc commit c6cb1c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -30,12 +30,11 @@ APIs for interacting with Kafka, mirroring concepts and implementing interfaces
the Go standard library to make it easy to use and integrate with existing
software.

## Supported Kafka versions
## Kafka versions

`kafka-go` is currently supporting Kafka versions from 0.10.1.0 to 2.1.0. While latest versions are supported
`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.


## 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

0 comments on commit c6cb1c8

Please sign in to comment.