-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Clarify the string format of AnySocketAddress #13
Comments
One consideration -- there may be some precedent for using https://activemq.apache.org/uri-protocols While TCP is going to be the protocol used in 99.99% of all cases, |
If we make it so that the address supports absolute URL strings or A host could disambiguate the URL case by effectively allow-listing the set of URL protocol prefixes they support, e.g. if the runtime only supports |
Yeah, I'd say the port should be required for the protocol-less variant and that should resolve the ambiguity. Shall we say the implementation needs to support:
And MAY also support other protocols. If we agree I'll add this to the spec. |
I would say that we should support, at a minimum:
|
Only
hostname:port
should be supported.The text was updated successfully, but these errors were encountered: