We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now Zenoh supports setting priority in PutBuilder https://docs.rs/zenoh/0.10.1-rc/zenoh/publication/struct.PutBuilder.html#method.priority However, we don't have a similar function in GetBuilder. https://docs.rs/zenoh/0.10.1-rc/zenoh/query/struct.GetBuilder.html In uProtocol integration, we need the priority mechanism in both Pub/Sub and RPC scenarios. It would be better to support the priority mechanism in GetBuilder.
Also, we need to obtain the priority on the queryable side, which is similar to the PR for implementing similar functions on the subscriber side. #730
The text was updated successfully, but these errors were encountered:
Already done in protocol_changes branch. Systematic API for setting these options introduced in PR #858
protocol_changes
Sorry, something went wrong.
No branches or pull requests
Describe the feature
Now Zenoh supports setting priority in PutBuilder
https://docs.rs/zenoh/0.10.1-rc/zenoh/publication/struct.PutBuilder.html#method.priority
However, we don't have a similar function in GetBuilder.
https://docs.rs/zenoh/0.10.1-rc/zenoh/query/struct.GetBuilder.html
In uProtocol integration, we need the priority mechanism in both Pub/Sub and RPC scenarios.
It would be better to support the priority mechanism in GetBuilder.
Also, we need to obtain the priority on the queryable side, which is similar to the PR for implementing similar functions on the subscriber side.
#730
The text was updated successfully, but these errors were encountered: