Skip to content

Commit

Permalink
min version
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Jun 21, 2022
1 parent eec9e81 commit 8c4e70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -126,7 +126,7 @@ for use with [Confluent Cloud](https://www.confluent.io/confluent-cloud/).
Getting Started
===============

Supports Go 1.11+ and librdkafka 1.6.0+.
Supports Go 1.11+ and librdkafka 1.9.0+.

Using Go Modules
----------------
Expand Down Expand Up @@ -218,7 +218,7 @@ with `-tags dynamic`.
**Note:** If you use the `master` branch of the Go client, then you need to use
the `master` branch of librdkafka.

**confluent-kafka-go requires librdkafka v1.6.0 or later.**
**confluent-kafka-go requires librdkafka v1.9.0 or later.**


API Strands
Expand Down
3 changes: 1 addition & 2 deletions kafka/README.md
Expand Up @@ -87,8 +87,7 @@ See instructions in [kafka/librdkafka/README.md](kafka/librdkafka/README.md).
### Update librdkafka version requirement

Update the minimum required librdkafka version in `kafka/00version.go`
and `README.md`.

and `README.md` and the version in `examples/go.mod` and `mk/doc-gen.py`.

### Update error codes

Expand Down

0 comments on commit 8c4e70b

Please sign in to comment.