You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if you want to define an operator that uses the built-in nats resolver you have to set the account server URL to be a 'nats' URLs. However the operator already has a 'service' URL and basically almost every time you are going to have to use the same exact nats URLs as the service URLs which is a bit redundant/annoying. Could we allow the account server URL to be set simply to "nats" in which case it will simply use the nats service URLs (which you can always override if needed by passing a fully formed "nats://..." URL rather than just "nats"
The text was updated successfully, but these errors were encountered:
Right now if you want to define an operator that uses the built-in nats resolver you have to set the account server URL to be a 'nats' URLs. However the operator already has a 'service' URL and basically almost every time you are going to have to use the same exact nats URLs as the service URLs which is a bit redundant/annoying. Could we allow the account server URL to be set simply to
"nats"
in which case it will simply use the nats service URLs (which you can always override if needed by passing a fully formed "nats://..." URL rather than just "nats"The text was updated successfully, but these errors were encountered: