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

Config API alignment #270

Open
DenisBiryukov91 opened this issue Mar 8, 2024 · 0 comments
Open

Config API alignment #270

DenisBiryukov91 opened this issue Mar 8, 2024 · 0 comments
Labels
api sync Synchronize API with other bindings

Comments

@DenisBiryukov91
Copy link
Contributor

Describe the release item

Rust exposes public api for native config entries access / modification via native zenoh_config::Config struct. Should we provide similar native access to config entries in zenoh-c? As of today we can only load config from json, or add/modify config entries by passing json key-value pairs.

We should likely also expose Config::from_env method to allow loading config from path stored in env variable.

@DenisBiryukov91 DenisBiryukov91 added the release Part of the next release label Mar 8, 2024
@milyin milyin removed the release Part of the next release label Mar 12, 2024
@milyin milyin added the api sync Synchronize API with other bindings label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api sync Synchronize API with other bindings
Projects
None yet
Development

No branches or pull requests

2 participants