Skip to content

Commit 71b0d05

Browse files
committed
Update 0.9.0.0 configuration defaults so they are consistent with official release
1 parent 89f8302 commit 71b0d05

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

servers/0.9.0.0/resources/kafka.properties

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ host.name={host}
3737
#advertised.port=<port accessible by clients>
3838

3939
# The number of threads handling network requests
40-
num.network.threads=2
40+
num.network.threads=3
4141

4242
# The number of threads doing disk I/O
4343
num.io.threads=8
4444

4545
# The send buffer (SO_SNDBUF) used by the socket server
46-
socket.send.buffer.bytes=1048576
46+
socket.send.buffer.bytes=102400
4747

4848
# The receive buffer (SO_RCVBUF) used by the socket server
49-
socket.receive.buffer.bytes=1048576
49+
socket.receive.buffer.bytes=102400
5050

5151
# The maximum size of a request that the socket server will accept (protection against OOM)
5252
socket.request.max.bytes=104857600
@@ -117,7 +117,6 @@ offsets.topic.replication.factor=2
117117
# Allow shorter session timeouts for tests
118118
group.min.session.timeout.ms=1000
119119

120-
121120
############################# Zookeeper #############################
122121

123122
# Zookeeper connection string (see zookeeper docs for details).

0 commit comments

Comments
 (0)