chore: add changelog entry

This commit is contained in:
Andrew Mayorov 2024-01-15 17:57:29 +01:00
parent 58a54adbb4
commit f7bda457fa
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 2 additions and 0 deletions

View File

@ -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.