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

Fix -i / --id option: remap it to the ZenohID #234

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Fix -i / --id option: remap it to the ZenohID #234

merged 3 commits into from
Aug 30, 2024

Conversation

JEnoch
Copy link
Member

@JEnoch JEnoch commented Aug 30, 2024

Following #179 the id configuration have been removed from the plugin configuration. Then the -i/--id option was returning an error.

This PR re-map the -i/--id option of the bridge to the Zenoh ID configuration for its Session.
As a consequence the id can no longer be a free string, but must be a lowercase hexadecimal string with 32 characters maximum (128 bits maximum for a Zenoh ID). It must be unique in the system (i.e. not the same id for 2 bridges).

@JEnoch JEnoch added the bug Something isn't working label Aug 30, 2024
@JEnoch JEnoch requested a review from Mallets August 30, 2024 13:46
Co-authored-by: Luca Cominardi <[email protected]>
@Mallets Mallets enabled auto-merge (squash) August 30, 2024 14:21
@Mallets Mallets merged commit 79e2f05 into main Aug 30, 2024
9 checks passed
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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants