Skip to content

Entities with verbatim chunks do not appear in admin space #1971

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

Open
OlivierHecart opened this issue May 28, 2025 · 0 comments
Open

Entities with verbatim chunks do not appear in admin space #1971

OlivierHecart opened this issue May 28, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@OlivierHecart
Copy link
Contributor

OlivierHecart commented May 28, 2025

Describe the bug

Entities with verbatim chunks, i.e: a subscriber on @zetta/fr should appear in the admin space under key @/<zid>/router/subscriber/@zetta/fr but does not.
It does not appear in replies to a query on @/<zid>/router/subscriber/**. This is expected as @/<zid>/router/subscriber/@zetta/fr does not match @/<zid>/router/subscriber/**.
It does not appear in replies to a query on @/<zid>/router/subscriber/@zetta/fr. The problem here is that @/<zid>/router/subscriber/@zetta/fr does not match the admin space @/<zid>/router/** and so is not routed to it.

I see 2 potential solutions:

  • Add a 'super wildcard' in the key expr '$' dsl.
  • Implement, as we already discussed internally for other reasons, an admin space specific routing that would mitigate this issue.

To reproduce

> zenohd
> z_sub -k @zetta/fr
> z_get @/*/router/subscriber/@zetta/fr

System info

Zenoh v1.4.0

@OlivierHecart OlivierHecart added the bug Something isn't working label May 28, 2025
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