The mapping between the dispatcher and the publisher is very important in designing the application. There are two ways,
One to One -> One pub is connect to one dispatcher
One to Many -> One pub is connect to 3 or more dispatcher
I could not understand which one should be selected on when. Can anyone tell me pros and cons on each options?
Solved! Go to Solution.
Views
Replies
Total Likes
You will find all the details in this article - https://cqdump.joerghoh.de/2015/01/12/connecting-dispatchers-and-publishers/
You will find all the details in this article - https://cqdump.joerghoh.de/2015/01/12/connecting-dispatchers-and-publishers/
One to One -> One pub is connect to one dispatcher mapping and with dedicated load balancer. This is recommended.
This will help you with highest reliability, performance and prod debugging.This is just my personal Experience and opinion.
Views
Likes
Replies
Views
Likes
Replies