eclipse-zenoh / zenoh

zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
https://zenoh.io
Other
1.36k stars 142 forks source link

remove internal usage of `Value` in `SessionGetBuilder` #1210

Open milyin opened 3 days ago

milyin commented 3 days ago

Describe the release item

replace value to explicit payload and excoding, set them separately (now encoding is owerwritten when setting payload) BTW, do we need encoding in "get" operation? - check it