zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

key_expr method for PullSubscriber and Queryable

Open milyin opened this issue 2 years ago • 1 comments

obejcts Publisher and Subscriber have public key_expr method: https://github.com/eclipse-zenoh/zenoh/blob/8df2d0d3dde2fc911a357d214344a8a9e0d72c93/zenoh/src/publication.rs#L227-L230 https://github.com/eclipse-zenoh/zenoh/blob/8df2d0d3dde2fc911a357d214344a8a9e0d72c93/zenoh/src/subscriber.rs#L747-L749

But there is no such method for PullSubscriber and Queryable. I think they have to be added for API consistency

milyin avatar May 19 '23 15:05 milyin

PullSubscriber has been removed in https://github.com/eclipse-zenoh/zenoh/tree/dev/1.0.0. Therefore, the issue only applies to Queryable.

Mallets avatar Jun 13 '24 14:06 Mallets