Re: [I] help request: upstream with eureka discovery got no host allowed while connecting to upstream! [apisix]
Baoyuantop closed issue #12233: help request: upstream with eureka discovery got no host allowed while connecting to upstream! URL: https://github.com/apache/apisix/issues/12233 -- 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]
Re: [I] help request: upstream with eureka discovery got no host allowed while connecting to upstream! [apisix]
lchpersonal commented on issue #12233: URL: https://github.com/apache/apisix/issues/12233#issuecomment-2897310277 > Can you provide the apisix config file? Also are there any other error logs? After a day's effort, I have resolved this issue. The original eureka/init.lua had two problems: 1. It does not support domain names for registered nodes 2. After modifying the init.lua code to add the logic for resolving domain names to IPs, it could not use the original upstream domain name as the header host. I will submit a PR when I have time to contribute my modifications. -- 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]
Re: [I] help request: upstream with eureka discovery got no host allowed while connecting to upstream! [apisix]
Baoyuantop commented on issue #12233: URL: https://github.com/apache/apisix/issues/12233#issuecomment-2896396731 Can you provide the apisix config file? Also are there any other error logs? -- 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]
