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

Router service model (start, reload, crashed, etc.) #664

Closed
milyin opened this issue Jan 25, 2024 · 1 comment
Closed

Router service model (start, reload, crashed, etc.) #664

milyin opened this issue Jan 25, 2024 · 1 comment
Assignees

Comments

@milyin
Copy link
Contributor

milyin commented Jan 25, 2024

Describe the feature

In order to properly manage zenoh routers in the pass, zenohd should be able to provide information about its status. E.g., correctly running, shutting down, configuration being reloaded, etc.

Primary goals:

plugins should report their status through admin space. The possible statuses are:

all ok

warning (e.g. something misconfigured, deafult parameter used)

fatal error (e..g. no sql server connection)

failed to load (e.g. dll not found, config error, etc)

subplugins (e.g. backedns of storage plugin) should report the status in the same way

Secondary goals

improve plugin load safety (better ABI compatibility check)

simplify plugin API

unify plugin API for pluigns and subplugins

@milyin
Copy link
Contributor Author

milyin commented Jan 25, 2024

duplicates #583, no need to have separate issue

@milyin milyin closed this as not planned Won't fix, can't repro, duplicate, stale Jan 25, 2024
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