Quellcode durchsuchen

chore: add changelog entry

Andrew Mayorov vor 2 Jahren
Ursprung
Commit
f7bda457fa
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      changes/ce/feat-12329.en.md

+ 2 - 0
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.