strcpy-s commented on issue #8110: URL: https://github.com/apache/incubator-seata/issues/8110#issuecomment-4531559191
@funky-eyes The condition for this forwarding error to occur is: both `server.port` and `seata.server.service-port` are set (note that `server.port` must be set, otherwise an error will be reported). Although `seata-server` listens on the `seata.server.service-port` at this time, the port for `seata-server` obtained by `namingServer` is `server.port`. Consequently, the request will be forwarded to `server.port` instead of `seata.server.service-port`. -- 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]
