[
https://issues.apache.org/jira/browse/KAFKA-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332482#comment-14332482
]
ASF GitHub Bot commented on KAFKA-724:
--------------------------------------
GitHub user rekhajoshm opened a pull request:
https://github.com/apache/kafka/pull/50
KAFKA-724: auto socket buffer set
KAFKA-724: Allow automatic socket.send.buffer from operating system
If socket.receive.buffer.bytes/socket.send.buffer.bytes set to non-zero/-1,
the OS defaults work.Do not explicitly set buffers.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rekhajoshm/kafka KAFKA-724
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/50.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #50
----
commit 118fdc3cdba2711d5d4389609da1b1fe759c5cab
Author: Joshi <[email protected]>
Date: 2015-02-23T02:01:58Z
KAFKA-724: auto socket buffer set
----
> Allow automatic socket.send.buffer from operating system
> --------------------------------------------------------
>
> Key: KAFKA-724
> URL: https://issues.apache.org/jira/browse/KAFKA-724
> Project: Kafka
> Issue Type: Improvement
> Reporter: Pablo Barrera
> Labels: newbie
>
> To do this, don't call to socket().setXXXXXXXBufferSize. This can be
> controlled by the configuration parameter: if the value socket.send.buffer or
> others are set to -1, don't call to socket().setXXXXXXXBufferSize
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)