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
loopback: support locality and local delivery for same-session messages
- Deliver PUT/DELETE, query, reply, and reply-final messages for a key
expression that is defined in the same local session locally, without
causing network activity.
- Extend z_api_source_info_test to validate deliveries both to remote and
local subscribers.
- Support locality of samples to be received by subscribers or targeted by
publishers.
User can now set allowed_origin / allowed_destination in
z_put_options_t, z_publisher_put_options_t, z_subscriber_options_t,
z_queryable_options_t, etc. with the following values:
- ZP_LOCALITY_SESSION_LOCAL - stay inside the session (don't send
anything to network)
- ZP_LOCALITY_REMOTE - send/accept only over the transport (no
same-session samples)
- ZP_LOCALITY_ANY - allow both,
exactly as with zenoh-c's zc_locality_t.
0 commit comments