Skip to content

Commit 64d7336

Browse files
committed
Update README
1 parent 7b1a083 commit 64d7336

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,16 @@ Or install it yourself as:
118118
<td>Limited support</td>
119119
<td>Limited support</td>
120120
</tr>
121+
<tr>
121122
<th>Kafka 2.4</th>
122123
<td>Limited support</td>
123124
<td>Limited support</td>
124125
</tr>
126+
<tr>
127+
<th>Kafka 2.5</th>
128+
<td>Limited support</td>
129+
<td>Limited support</td>
130+
</tr>
125131
</table>
126132

127133
This library is targeting Kafka 0.9 with the v0.4.x series and Kafka 0.10 with the v0.5.x series. There's limited support for Kafka 0.8, and things should work with Kafka 0.11, although there may be performance issues due to changes in the protocol.
@@ -136,6 +142,7 @@ This library is targeting Kafka 0.9 with the v0.4.x series and Kafka 0.10 with t
136142
- **Kafka 2.2:** Everything that works with Kafka 2.1 should still work, but so far no features specific to Kafka 2.2 have been added.
137143
- **Kafka 2.3:** Everything that works with Kafka 2.2 should still work, but so far no features specific to Kafka 2.3 have been added.
138144
- **Kafka 2.4:** Everything that works with Kafka 2.3 should still work, but so far no features specific to Kafka 2.4 have been added.
145+
- **Kafka 2.5:** Everything that works with Kafka 2.4 should still work, but so far no features specific to Kafka 2.5 have been added.
139146

140147
This library requires Ruby 2.1 or higher.
141148

0 commit comments

Comments
 (0)