bzp2010 commented on code in PR #10950:
URL: https://github.com/apache/apisix/pull/10950#discussion_r1676778279


##########
apisix/discovery/nacos/schema.lua:
##########
@@ -54,6 +54,49 @@ return {
         },
         access_key = {type = 'string', default = ''},
         secret_key = {type = 'string', default = ''},
+        hosts = {

Review Comment:
   Maybe like 
https://github.com/apache/apisix/blob/master/apisix/discovery/kubernetes/schema.lua#L114-L216
 would be a better way? Users have the option to continue using the single 
registry mode, or switch to the multi-registry mode altogether.



-- 
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]

Reply via email to