You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2018/01/02 18:08:12 UTC

[kafka] branch trunk updated: Fix wrong property mentioned in doc; Author: Praveen K Palaniswamy

This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f8593b0  Fix wrong property mentioned in doc; Author: Praveen K Palaniswamy <yo...@gmail.com>
f8593b0 is described below

commit f8593b0958c594e07426136cc05c87ec496e1714
Author: Guozhang Wang <wa...@gmail.com>
AuthorDate: Tue Jan 2 10:07:54 2018 -0800

    Fix wrong property mentioned in doc; Author: Praveen K Palaniswamy <yo...@gmail.com>
---
 docs/configuration.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.html b/docs/configuration.html
index 3f962e9..df5eebb 100644
--- a/docs/configuration.html
+++ b/docs/configuration.html
@@ -115,7 +115,7 @@
       <tr>
         <td>socket.timeout.ms</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>
         <td>socket.receive.buffer.bytes</td>

-- 
To stop receiving notification emails like this one, please contact
['"commits@kafka.apache.org" <co...@kafka.apache.org>'].