laywin commented on issue #13305: URL: https://github.com/apache/dubbo/issues/13305#issuecomment-1912112242
> > > 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. we all agree that, the point of disagreement is whether to obtain the local address before or after the invoker invoke happens. I think the focus of this issue is to obtain the local address after that. -- 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 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