If I understood correctly then here, you are transforming urls to routes using 
'toRouters' method and if there if any of the urls got transformed to route 
object then adding them to **routerChain** using `ifPresent(this::addRouters)`.

I looked at **toRouters**  code and found there it is already getting added to 
**routerChain** . 

Based on these analysis do you see is there any chance of having duplicate 
route information in routerChain?

I might be thinking a loud, so please correct me.

[ Full content available at: 
https://github.com/apache/incubator-dubbo/pull/3083 ]
This message was relayed via gitbox.apache.org for 
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to