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

Feat/querier api #64

Merged
merged 7 commits into from
Dec 11, 2024
Merged

Conversation

Charles-Schleich
Copy link
Member

Adds Querier API:

The Querier API Allocates a Querier instance in the Remote-api-plugin,
and sends get requests to that instance via the websocket interface.

New Classes Added in Typescript:
Querier - User facing Querier instance
RemoteQuerier - internal Class for managing state to Plugin and converting Payloads
New Enums in Typescript:
Locality, ReplyKeyExpr, QueryTarget - All mirror the zenoh Enums

New enum variants in plugin / Interfaces in the messaging type
ControlMsg::QuerierGet
ControlMsg::UndeclareQuerier
ControlMsg::DeclareQuerier

Copy link

github-actions bot commented Dec 9, 2024

PR missing one of the required labels: {'enhancement', 'new feature', 'documentation', 'internal', 'breaking-change', 'dependencies', 'bug'}

@Charles-Schleich Charles-Schleich added the enhancement New feature or request label Dec 9, 2024
@milyin milyin merged commit 3ea3779 into eclipse-zenoh:main Dec 11, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants