Skip to content
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

Configured Subscriptions - Protocol, Encoding #4

Closed
ericvoit opened this issue Oct 16, 2017 · 1 comment
Closed

Configured Subscriptions - Protocol, Encoding #4

ericvoit opened this issue Oct 16, 2017 · 1 comment

Comments

@ericvoit
Copy link
Contributor

For a configured subscription with multiple receivers, three possibilities exist for encoding and transport protocol:

(1) The transport protocol and the encoding should be the same for all receivers of a single subscription

(2) The transport protocol should be able to vary by receiver, but the encoding should be consistent across all receivers

(3) The transport protocol and the encoding should be allowed to vary for any particular receiver of a single subscription.

@ericvoit
Copy link
Contributor Author

ericvoit commented Dec 7, 2017

No objection has been asserted. Rough consensus has been achieved. The non-NMDA representation is:

+--rw subscription-config {configured}?
   +--rw subscription* [identifier]
      +--rw identifier                     subscription-id
      +--rw protocol                       transport {configured}?
      +--rw encoding                       encoding

The NMDA representation will be seen shortly.

@ericvoit ericvoit closed this as completed Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant