You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,20 +74,23 @@ Or install it yourself as:
74
74
<th>Kafka 0.9</th>
75
75
<th>Kafka 0.10</th>
76
76
<th>Kafka 0.11</th>
77
+
<th>Kafka 1.0</th>
77
78
</tr>
78
79
<tr>
79
80
<th>Producer API</th>
80
81
<td>Full support in v0.4.x</td>
81
82
<td>Full support in v0.4.x</td>
82
83
<td>Full support in v0.5.x</td>
83
84
<td>Limited support</td>
85
+
<td>Limited support</td>
84
86
</tr>
85
87
<tr>
86
88
<th>Consumer API</th>
87
89
<td>Unsupported</td>
88
90
<td>Full support in v0.4.x</td>
89
91
<td>Full support in v0.5.x</td>
90
92
<td>Limited support</td>
93
+
<td>Limited support</td>
91
94
</tr>
92
95
</table>
93
96
@@ -97,6 +100,7 @@ This library is targeting Kafka 0.9 with the v0.4.x series and Kafka 0.10 with t
97
100
-**Kafka 0.9:** Full support for the Producer and Consumer API in ruby-kafka v0.4.x.
98
101
-**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.
99
102
-**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.
0 commit comments