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

Get Response in case of multikey path should be sorted at server side or client ? #204

Open
quity opened this issue Feb 1, 2024 · 2 comments

Comments

@quity
Copy link

quity commented Feb 1, 2024

If a path is a/b/c/name[key1=val1][key2=val2] for a gRPC GET request, the order of keys(alphabetical order) here in response should be maintained by client or server ?

AsyncGet(GetResponse) =>

Notification[0]:
timestamp : 662426695970000000
prefix : –
Update[000] :
Path : "a" "b" "c" "name[key1=val1][key2=val2]"

as mentioned in spec - If multiple keys exist for a particular element, they MUST be specified sorted alphabetically by the key name.
@robshakir
Copy link
Contributor

This should be implemented at the server side for both Subscribe and Get in my view.

@quity
Copy link
Author

quity commented Feb 7, 2024

Thanks @robshakir .

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

2 participants