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

refactor(daemon): expose modules queries and daemon #221

Merged
merged 2 commits into from
Mar 16, 2024

Conversation

J-Loudet
Copy link
Contributor

The queries module exposes (and groups) the structures needed to interact with a Zenoh-Flow daemon from the outside.

The daemon module exposes (and groups) the structure needed to start a Zenoh-Flow daemon.

The `queries` module exposes (and groups) the structures needed to interact with
a Zenoh-Flow daemon from the outside.

The `daemon` module exposes (and groups) the structure needed to start a
Zenoh-Flow daemon.

Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
@J-Loudet J-Loudet merged commit f0a18d9 into main Mar 16, 2024
9 checks passed
J-Loudet added a commit that referenced this pull request Mar 21, 2024
This crate exposes two sets of elements:
- the Zenoh-Flow daemon and how to create it,
- a set of Queries to interact and manage a Daemon from the outside

This commit provides a better logical separation than what was done
in #221. In particular, the functions to spawn the queryables are located
in the daemon module.

Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
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

Successfully merging this pull request may close these issues.

1 participant