I just read the docs regarding to scalability. (https://mediasoup.org/documentation/v3/scalability/)
Then I found out that the physical limitation is upon worker, not router. (is that right?)
Although mediasoup allows us to create multiple routers in a worker, I am considering just create a single router per each worker. The main reason is to achieve simplicity of implementation.
Here is my question.
I want to know the proper situation to use multiple routers in a worker.
Also I want to avoid potential hazard when putting bunch of consumers in a single router even I am going to implement inter-worker, inter-host load balancing.
I think there might be some reasons why multiple routers in a worker are needed.