We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running function convert to AS3 with ACC, I would love to see these two new features.
The conversion ignores pool members names, and just gets the IP addresses, so when pushing to a new F5, you loose the node names.
what you get from pool: "members": [ { "addressDiscovery": "static", "servicePort": 443, "serverAddresses": [ "x.x.x.x", "x.x.x.x" ], "shareNodes": true } ],
what I would like to see:
"members": [ { "addressDiscovery": "static", "servicePort": 443, "servers":[ { "name": "nodename", "address": "x.x.x.x" }, { "name": "nodename"", "address": "x.x.x.x" } ] } ],
Thanks for any attention you put towards this.
The text was updated successfully, but these errors were encountered:
same as #91
Sorry, something went wrong.
No branches or pull requests
When running function convert to AS3 with ACC, I would love to see these two new features.
The conversion ignores pool members names, and just gets the IP addresses, so when pushing to a new F5, you loose the node names.
what you get from pool:
"members": [
{
"addressDiscovery": "static",
"servicePort": 443,
"serverAddresses": [
"x.x.x.x",
"x.x.x.x"
],
"shareNodes": true
}
],
what I would like to see:
Thanks for any attention you put towards this.
The text was updated successfully, but these errors were encountered: