Luca Cominardi
Luca Cominardi
This PR keeps the track of the work being done in the `new_protocol` branch that addresses issue #157 .
### Discussed in https://github.com/eclipse-zenoh/roadmap/discussions/12 Originally posted by **Mallets** April 11, 2022 ### Summary Current `ZBuf` and `WBuf` implementations are ubiquitously used in zenoh code and bindings. As a result, current...
### Describe the feature As part of the effort for the next [Zenoh 1.0.0 release](https://github.com/eclipse-zenoh/roadmap/issues/116), a full review of the existing wire protocol is desirable. This includes aspects like (but...
### Describe the release item [Reply](https://docs.rs/zenoh/0.10.1-rc/zenoh/query/struct.Reply.html) includes a mandatory `replier_id` of type [ZenohId](https://docs.rs/zenoh/0.10.1-rc/zenoh/prelude/struct.ZenohId.html). However, the [Sample](https://docs.rs/zenoh/0.10.1-rc/zenoh/sample/struct.Sample.html) accepted in the [reply()](https://docs.rs/zenoh/0.10.1-rc/zenoh/queryable/struct.Query.html#method.reply) contains a [SourceInfo](https://docs.rs/zenoh/0.10.1-rc/zenoh/sample/struct.SourceInfo.html) containing an optional [ZenohId](https://docs.rs/zenoh/0.10.1-rc/zenoh/prelude/struct.ZenohId.html). In the light...
Add experimental support for compression in `ZBytes`.