Skip to content

Commit 803387a

Browse files
authored
Specify that Kafka 0.10.0 is not supported
1 parent 84986d0 commit 803387a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This library is targeting Kafka 0.9 with the v0.4.x series and Kafka 0.10 with t
9595

9696
- **Kafka 0.8:** Full support for the Producer API in ruby-kafka v0.4.x, but no support for consumer groups. Simple message fetching works.
9797
- **Kafka 0.9:** Full support for the Producer and Consumer API in ruby-kafka v0.4.x.
98-
- **Kafka 0.10:** Full support for the Producer and Consumer API in ruby-kafka v0.5.x.
98+
- **Kafka 0.10:** Full support for the Producer and Consumer API in ruby-kafka v0.5.x. Note that the _must_ run version 0.10.1 or higher of Kafka due to limitations in 0.10.0.
9999
- **Kafka 0.11:** Everything that works with Kafka 0.10 should still work, but so far no features specific to Kafka 0.11 have been added.
100100

101101
This library requires Ruby 2.1 or higher.

0 commit comments

Comments
 (0)