We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4011a6d commit 8db1634Copy full SHA for 8db1634
conf/defaults.yaml
@@ -87,7 +87,7 @@ topology.fall.back.on.java.serialization: true
87
topology.worker.childopts: null
88
topology.executor.receive.buffer.size: 8192 #batched
89
topology.executor.send.buffer.size: 16384 #individual messages
90
-topology.receiver.buffer.size: 1 #individual messages
+topology.receiver.buffer.size: 8 # setting it too high causes a lot of problems (heartbeat thread gets starved, throughput plummets)
91
topology.transfer.buffer.size: 32 # batched
92
93
dev.zookeeper.path: "/tmp/dev-storm-zookeeper"
0 commit comments