zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

[dev/1.0.0]Fix `EntityGlobalId`

Open wyfo opened this issue 1 year ago • 2 comments

Describe the release item

There is no current way to have a EntityGlobalId corresponding to a Session, so it's not possible to have a SourceInfo corresponding to a Session. As discussed with @OlivierHecart, Session should have an EntityId, which may be 0, or not in the case of multiple session sharing a same runtime (e.g. plugins).

Also, according to @OlivierHecart, we may want Reply::replier_id to be an EntityGlobalId instead of a ZenohId.

@Mallets @milyin What do you think?

wyfo avatar Jun 28 '24 13:06 wyfo

I think the proposal makes sense. +1

Mallets avatar Jul 04 '24 07:07 Mallets

replier_id is declared unstable now, so this issue is not a priority. Source info is unstable too https://github.com/eclipse-zenoh/zenoh/issues/709

milyin avatar Jul 05 '24 17:07 milyin