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

Admin space: change prefix from '@/service/<uuid>/dds' to '@dds/<uuid>' #227

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

JEnoch
Copy link
Member

@JEnoch JEnoch commented Apr 29, 2024

The plugin had its admin space under @/service/<uuid>/dds/**.
The main drawback is that it's mixed with Zenoh's admin space which is prefixed with @/.

For separation of concerns and for coherency with the plugin for ROS2 which uses @ros2/<uuid> as prefix, this PR changes the admin prefix for DDS plugin to @dds/<uuid>

Migration guide:

  • @/service/<uuid>/dds/version becomes:
    @dds/<uuid>/version
  • @/service/<uuid>/dds/config becomes:
    @dds/<uuid>/config
  • @/service/<uuid>/dds/participant/<gid>/reader/<gid>/<topic> becomes:
    @dds/<uuid>/participant/<gid>/reader/<gid>/<topic>
  • @/service/<uuid>/dds/participant/<gid>/writer/<gid>/<topic> becomes:
    @dds/<uuid>/participant/<gid>/writer/<gid>/<topic>
  • @/service/<uuid>/dds/route/from_dds/<zenoh-resource> becomes:
    @dds/<uuid>/route/from_dds/<zenoh-resource>
  • @/service/<uuid>/dds/route/to_dds/<zenoh-resource> becomes:
    @dds/<uuid>/route/to_dds/<zenoh-resource>

@JEnoch JEnoch added the enhancement New feature or request label Apr 29, 2024
@JEnoch JEnoch self-assigned this Apr 29, 2024
@JEnoch JEnoch requested a review from gabrik April 29, 2024 12:51
@JEnoch JEnoch changed the title Admin space: change prefix to from '@/service/<uuid>/dds' to '@dds/<uuid>' Admin space: change prefix from '@/service/<uuid>/dds' to '@dds/<uuid>' Apr 29, 2024
@JEnoch JEnoch enabled auto-merge (squash) April 29, 2024 12:53
@JEnoch JEnoch merged commit df8143b into main Apr 29, 2024
8 checks passed
@JEnoch JEnoch deleted the adminspace_change branch April 29, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants