Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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 dispatcherOne 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.
You will find all the details in this article - https://cqdump.joerghoh.de/2015/01/12/connecting-dispatchers-and-publishers/
View solution in original post
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