[
https://issues.apache.org/jira/browse/KAFKA-3908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411178#comment-15411178
]
ASF GitHub Bot commented on KAFKA-3908:
---------------------------------------
GitHub user lindong28 reopened a pull request:
https://github.com/apache/kafka/pull/1562
KAFKA-3908; Set ReceiveBufferSize for socket used by Processor
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lindong28/kafka KAFKA-3908
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1562.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 #1562
----
commit 9ad0909e8cfd821dd7cea19efdc6ce993f95ace7
Author: Dong Lin <[email protected]>
Date: 2016-06-27T22:37:59Z
KAFKA-3908; Set SendBufferSize for socket used by Processor
----
> Set SendBufferSize for socket used by Processor
> -----------------------------------------------
>
> Key: KAFKA-3908
> URL: https://issues.apache.org/jira/browse/KAFKA-3908
> Project: Kafka
> Issue Type: Bug
> Reporter: Dong Lin
> Assignee: Dong Lin
>
> SRE should be able to control the receive buffer size of sockets that are
> used to receive request from clients, for the same reason set receive buffer
> size for all other sockets in the server and client. However, we currently
> only set the send buffer size of this socket.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)