-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support multiple service endpoints in a single service property #85
Comments
My belief is that this risks exceeding the length of a text packet and we should instead encourage multiple service endpoints be used. Open to other opinions / workarounds! |
definitely hear your concern around exceeding text packet length. here's a thought that came to mind. Service RDataEntries
ExamplesSingle URI
Multiple URIs
Service Endpoint
Service EndpointEach Service Endpoint's name is represented as a Example
It doesn't necessarily alleviate length concerns. but it came to mind so i figured i'd toss it out there. |
I like the second example, I think we can do something with that. |
Originally posted by @mistermoe in #83 (comment)
The text was updated successfully, but these errors were encountered: