Skip to content

Commit 2d7430f

Browse files
authored
Update compatibility matrix
1 parent 6863385 commit 2d7430f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,23 @@ Or install it yourself as:
7474
<th>Kafka 0.9</th>
7575
<th>Kafka 0.10</th>
7676
<th>Kafka 0.11</th>
77+
<th>Kafka 1.0</th>
7778
</tr>
7879
<tr>
7980
<th>Producer API</th>
8081
<td>Full support in v0.4.x</td>
8182
<td>Full support in v0.4.x</td>
8283
<td>Full support in v0.5.x</td>
8384
<td>Limited support</td>
85+
<td>Limited support</td>
8486
</tr>
8587
<tr>
8688
<th>Consumer API</th>
8789
<td>Unsupported</td>
8890
<td>Full support in v0.4.x</td>
8991
<td>Full support in v0.5.x</td>
9092
<td>Limited support</td>
93+
<td>Limited support</td>
9194
</tr>
9295
</table>
9396

@@ -97,6 +100,7 @@ This library is targeting Kafka 0.9 with the v0.4.x series and Kafka 0.10 with t
97100
- **Kafka 0.9:** Full support for the Producer and Consumer API in ruby-kafka v0.4.x.
98101
- **Kafka 0.10:** Full support for the Producer and Consumer API in ruby-kafka v0.5.x. Note that you _must_ run version 0.10.1 or higher of Kafka due to limitations in 0.10.0.
99102
- **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.
103+
- **Kafka 0.11:** Everything that works with Kafka 0.10 should still work, but so far no features specific to Kafka 1.0 have been added.
100104

101105
This library requires Ruby 2.1 or higher.
102106

0 commit comments

Comments
 (0)