File tree 1 file changed +15
-9
lines changed
1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -70,25 +70,31 @@ Or install it yourself as:
70
70
<table >
71
71
<tr >
72
72
<th></th>
73
+ <th>Producer API</th>
74
+ <th>Consumer API</th>
75
+ </tr >
76
+ <tr >
73
77
<th>Kafka 0.8</th>
74
- <th>Kafka 0.9</th>
75
- <th>Kafka 0.10</th>
76
- <th>Kafka 0.11</th>
77
- <th>Kafka 1.0</th>
78
+ <td>Full support in v0.4.x</td>
79
+ <td>Unsupported</td>
78
80
</tr >
79
81
<tr >
80
- <th>Producer API </th>
82
+ <th>Kafka 0.9 </th>
81
83
<td>Full support in v0.4.x</td>
82
84
<td>Full support in v0.4.x</td>
85
+ </tr >
86
+ <tr >
87
+ <th>Kafka 0.10</th>
83
88
<td>Full support in v0.5.x</td>
89
+ <td>Full support in v0.5.x</td>
90
+ </tr >
91
+ <tr >
92
+ <th>Kafka 0.11</th>
84
93
<td>Limited support</td>
85
94
<td>Limited support</td>
86
95
</tr >
87
96
<tr >
88
- <th>Consumer API</th>
89
- <td>Unsupported</td>
90
- <td>Full support in v0.4.x</td>
91
- <td>Full support in v0.5.x</td>
97
+ <th>Kafka 1.0</th>
92
98
<td>Limited support</td>
93
99
<td>Limited support</td>
94
100
</tr >
You can’t perform that action at this time.
0 commit comments