eclipse-zenoh/roadmap

Zenoh protocol update

Mallets opened this issue ยท 2 comments

Summary

Current zenoh protocol definition makes extensibility and future backward compatibility hard to achieve in a multitude of scenarios.
Therefore, a new wire protocol definition is required to minimise any future changes.

In particular, the new protocol definition needs to provide:

  • The capability of introducing extensions without requiring the partial or complete deployment of a zenoh infrastructure
  • The support of multiple routing protocols that can be plugged in without completely changing the wire protocol
  • Support for adding custom payload to queries
  • More fine-grain QoS control
  • The possibility of performing put operations with acknowledgments
  • Allow marking of express traffic to not be batched

This would allow in the future to support:

  • Operation and Management mechanisms for live troubleshooting of a zenoh infrastructure
  • Session migration and mobility
  • Multicast operations
  • Different consolidation mechanisms for storages

Intended outcome

The new zenoh protocol will be implemented in zenoh and zenoh-pico and the two implementations will be able to interoperate.

How will it work?

Users will not directly interact with the new protocol.
This is part of the Zenoh internal implementation.

@Mallets I believe this roadmap point was fulfilled in 0.10.0. Shall it be closed?

I've ticket the boxes, not all of them are supported yet in 0.10.0. I suggest to keep it open.