From f7bda457fa8c6c8ec5076cda541bcf5dde7b9393 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Mon, 15 Jan 2024 17:57:29 +0100 Subject: [PATCH] chore: add changelog entry --- changes/ce/feat-12329.en.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/ce/feat-12329.en.md diff --git a/changes/ce/feat-12329.en.md b/changes/ce/feat-12329.en.md new file mode 100644 index 000000000..c6b8a2b21 --- /dev/null +++ b/changes/ce/feat-12329.en.md @@ -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.