KitwahSin commented on issue #13305:
URL: https://github.com/apache/dubbo/issues/13305#issuecomment-1911949875

   
   
   
   
   > > please assign to me, ths!
   > 
   > @laywin It may be find another way to reslove? (Or My analysis may also be 
wrong) . If just for the logs, it can use link tracing to solve the problem.
   > 
   > Netty invoke is in the `dubbo-remoting` module, and the filter chain of 
`ConsumerContextFilter` is build in the `dubbo-cluster` module, the filter is 
effort before the netty invoke.
   
   When you raise a connection to a server,you don't need to specific the local 
port and local address.We just need to specific the server address and server 
port,after the tcp connection is established. The socket object would contains 
four items - local address,local port,target address,target port. Before you 
return to filter,you set the local address and local port to the filter chain 
or other variables. so you can get it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to