In my understanding, “Pipe Router” is used to handle consumer limits on each route. In this scenario, I am trying to limit each route to only have 10 consumers.
- I create 2 workers.
- I create route 1 on worker 1.
- I create route 2 on worker 2.
- I create producer 1 (audio) & producer 2 (video) on worker 1.
- I create consumer 1 (audio) & consumer 2 (video) on route 2.
If route 2 reaches the consumer limit, I will create a new route to manage the creation of consumers.
my imagine if router reaches the consumer limit
But I get an error, is my understanding incorrect?