ShiningRush commented on a change in pull request #2556:
URL: https://github.com/apache/apisix/pull/2556#discussion_r514690061
##########
File path: apisix/discovery/eureka.lua
##########
@@ -66,7 +66,8 @@ local _M = {
local function service_info()
- local host = local_conf.eureka and local_conf.eureka.host
+ local host = local_conf.discovery and
+ local_conf.discovery.eureka and local_conf.discovery.eureka.host
Review comment:
This scenario is unreasonable and will not be supported for now.
However, users can still handle this scenario by creating new instances of
different gateways, I think it is enough.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]