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

[Bug] Unable to use plugin's with Zenohc based apps #555

Open
mschuckmann opened this issue Jul 29, 2024 · 0 comments
Open

[Bug] Unable to use plugin's with Zenohc based apps #555

mschuckmann opened this issue Jul 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mschuckmann
Copy link

Describe the bug

The 0.11.0 release notes indicate that plugins can now be used with any language that has Zenoh bindings (including C/C++) however a standard build of zenohc (head or 0.11.0 release tag) does not include the plugin the support.

It appears that the dependency on zenoh in the cargo.toml file for zenohc is lacking the plugins and unstable features which.

To reproduce

  1. Create a Zenohc (or Zenohcpp) based application (an of the example apps should do).
  2. Launch the application with a config file that requires loading a plugin like storage manager.
  3. Observe that the application makes no attempt to start the plugin.

System info

  • Platform Ubuntu 22.04 AMD-64
@mschuckmann mschuckmann added the bug Something isn't working label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant