daixiansuo opened a new issue, #10620:
URL: https://github.com/apache/dubbo/issues/10620

   <img width="1546" alt="image" 
src="https://user-images.githubusercontent.com/41660452/190147781-7fbad7b9-0fbd-4bf4-abfb-c4fccf9caf53.png";>
   <img width="1182" alt="image" 
src="https://user-images.githubusercontent.com/41660452/190147883-dbb22e0e-920a-44f6-a45f-ed180436aca3.png";>
   <img width="1476" alt="image" 
src="https://user-images.githubusercontent.com/41660452/190148494-79211415-92e1-4b9e-849c-f9e390f7a124.png";>
   
   
   服务暴露 export ,createServer 只会创建一次,但是传入的 url 始终是第一个。 NettyClient 同理。
   
   
   问题:
   
   NettyServer 接收到请求时,netty pipeline 首先就是 编码解码, 而 NettyCodecAdapter 
创建一次,持有的url不变。
   
   如果指定某个 interface 的 序列化方式、timeout等 其它扩展参数, 则不起作用,除非 interface 
是第一个对外暴露,如果特殊化配置的 interface 对外暴露,则全局都是这种配置。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to