qiujiayu opened a new issue #1282: hard to extend the `nodes` of upstream
URL: https://github.com/apache/incubator-apisix/issues/1282
 
 
   recommended that `nodes` of upstream be changed from 
   
   ```
   nodes = {
        "39.97.63.215:80": 1
   }
   ```
    to 
   
   ```
   nodes = [{
        ip = ,
        port = ,
        weight = ,
        metadata = {
   
        }
   }]
   ```.
   
   For easy extension and integration with the spring cloud.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to