Number of contexts in Replication Groups vs Performance

Hello,

we have services that retrieve events from multiple contexts, which are dispatched across several Replication Groups:

  • Rg1: context1, context2, …, context7
  • Rg2: context8, context9, context10

would grouping all 10 contexts into a single Replication Group optimize performance ?

and what is the recommended number of contexts per Replication Group ?

best

Abdessattar

It is recommended to group contexts in a replication group, as this requires fewer resources in Axon Server. Axon Server has a number of processes running per replication group, so having less replication groups reduces the number of these processes.

2 Likes