Merge pull request #12329 from keynslug/fix/EMQX-11483/broker-rel55
feat(routing): add route sync process pool
This commit is contained in:
commit
3c28acd85e
|
@ -0,0 +1,2 @@
|
|||
Add `broker.routing.batch_sync` configuration that enables separate process pool used to synchronize subscriptions with the global routing table in a batched manner.
|
||||
It's especially useful on nodes interconnected with the cluster through links with non-negligible latency, but might help in other scenarios by ensuring that the broker pool has less chance being overloaded.
|
Loading…
Reference in New Issue