Andre,
The standalone disables fsync by default. If you deploy pulsar in cluster
mode, the fsync is enabled by default. That's probably the reason why you
see the performance differences.
You need to check if the settings are matched between standalone and
cluster.
- Sijie
On Mon, Mar 2, 2020
Yes, we are using pulsar-perf to do a simple throughput test (./bin/pulsar-perf
produce --service-url pulsar://localhost --num-messages 100 -r 100 -s
256 perf-test). We're failing to understand why we get much higher throughput
with standalone than running separately (in Kubernetes pods)
2020-03-01 11:47:45 UTC - eyal leshem: @eyal leshem has joined the channel