Daniele Sciascia

Results 5 comments of Daniele Sciascia

#### Setup: 3 node cluster, all running on a laptop, with synchronous writes (sync_interval: always). #### Workload: ``` nats bench js pub --replicas=3 --clients=10 --msgs=100000 --create --purge --size=1024 test ````...

> Possible to rebase on latest `main` and squash down to one commit please? Done

Commits with dummy tests are there for testing the workflow, should be removed before merging.

This pull request tries to reduce the (tail) latency of publishing to a stream. Below are results of publishing to a single stream, on a 3 node cluster deployed on...

I was a little skeptical of the throughput improvement, and in fact I think that was partially due to the experiment running on a single machine: three servers saturate my...