mirror of https://github.com/apache/kafka.git
Fix wrong property mentioned in doc; Author: Praveen K Palaniswamy <yourspraveen@gmail.com>
This commit is contained in:
parent
0ecc3596b4
commit
f8593b0958
|
@ -115,7 +115,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>socket.timeout.ms</td>
|
<td>socket.timeout.ms</td>
|
||||||
<td colspan="1">30 * 1000</td>
|
<td colspan="1">30 * 1000</td>
|
||||||
<td>The socket timeout for network requests. The actual timeout set will be max.fetch.wait + socket.timeout.ms.</td>
|
<td>The socket timeout for network requests. The actual timeout set will be fetch.wait.max.ms + socket.timeout.ms.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>socket.receive.buffer.bytes</td>
|
<td>socket.receive.buffer.bytes</td>
|
||||||
|
|
Loading…
Reference in New Issue