Quellcode durchsuchen

Test against kafka 0.11.0.2

Vlad Gorodetsky vor 7 Jahren
Ursprung
Commit
5a0b61f03d
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 1 0
      .travis.yml
  2. 1 1
      README.md

+ 1 - 0
.travis.yml

@@ -12,6 +12,7 @@ env:
   - KAFKA_HOSTNAME=localhost
   - DEBUG=true
   matrix:
+  - KAFKA_VERSION=0.11.0.2
   - KAFKA_VERSION=1.0.0
   - KAFKA_VERSION=1.1.0
 

+ 1 - 1
README.md

@@ -21,7 +21,7 @@ You might also want to look at the [Frequently Asked Questions](https://github.c
 Sarama provides a "2 releases + 2 months" compatibility guarantee: we support
 the two latest stable releases of Kafka and Go, and we provide a two month
 grace period for older releases. This means we currently officially support
-Go 1.8 through 1.10, and Kafka 1.0 through 1.1, although older releases are
+Go 1.8 through 1.10, and Kafka 0.11 through 1.1, although older releases are
 still likely to work.
 
 Sarama follows semantic versioning and provides API stability via the gopkg.in service.