You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Uh oh!
There was an error while loading. Please reload this page.
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:
To reproduce
System info
Zenoh v1.4.0
The text was updated successfully, but these errors were encountered: