membphis commented on issue #2924: URL: https://github.com/apache/apisix/issues/2924#issuecomment-739472598
> would it be better that we only give one `remote_addrs` instead of all above? and that will turn to > > * when you want to config one remote_addr, you can use `remote_addrs: [addr1]` > * when you want to config multiple remote_addrs, you can use `remote_addrs: [addr1, addr2, ....]` For dashboard: it already works like this now. In the future, only `remote_addrs` will be needed, `remote_addr` will be removed. We will delete `remote_addr` in one milestone(Maybe `3.0`). Similar issue, we'll remove the field `host`, `uri`. We can create a new issue about remove field `remote_addr`. ---------------------------------------------------------------- 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]
