Michael Ilyin
Michael Ilyin
### Describe the feature - [x] zenoh https://github.com/eclipse-zenoh/zenoh/pull/688 - [x] zenoh-c https://github.com/eclipse-zenoh/zenoh-c/pull/243 - [ ] zenoh-cpp
There are builder methods which sets various parameters of `Publisher`. `Queryable`, etc. For example: ```Rust let publisher = session .declare_publisher("key/expression") .congestion_control(CongestionControl::Block) .priority(Priority::Data) .res() ``` Calling these methods is optional. It's...
dropping session created with zenoh::init makes other sessions with the same runime unusable [Bug]
### Describe the bug When two instances of session is created from the same runtime and then one of instances is dropped, the other one becomes unable to connect ###...
### Describe the feature Summarizing discussion here: https://github.com/eclipse-zenoh/zenoh/pull/656 We need to decide how to process optional internal structures in builder pattern. If structure is not optional, like `Sample`in `PutBuilder`, we...
This update https://github.com/eclipse-zenoh/zenoh/pull/688 moves several key functions of `Session` to separate trait. Need to make sure that it's easy to navigate to this functionality in the documentation. This is a...
### Describe the feature NBFT means Non-Blocking Fault-Tolerance Based on PublicationCache and QueryingSubscriber. Newer implementation is in branch https://github.com/eclipse-zenoh/zenoh/pull/401 (@OlivierHecart, is it correct one?) Goals: Subscriber when started pulls history...
### Describe the feature An API coverage matrix should be done for all the languages, bindings. The matrix should highlight what “core” APIs are available in the different bindings. Once...
### Describe the feature - [x] zenoh https://github.com/eclipse-zenoh/zenoh/pull/613 - [x] zenoh-pico: https://github.com/eclipse-zenoh/zenoh-pico/issues/335 - [x] kotlin: https://github.com/eclipse-zenoh/zenoh-kotlin/issues/30 - [x] java: https://github.com/eclipse-zenoh/zenoh-java/issues/29 - [x] python: https://github.com/eclipse-zenoh/zenoh-python/pull/189 - [ ] typesrcipt: @Charles-Schleich
The list of API alignment issues - [x] https://github.com/eclipse-zenoh/zenoh/issues/1348 (coordination task) - [ ] https://github.com/eclipse-zenoh/zenoh/issues/1372 (coordination task) - [x] remove `config::client` and `config::peer` - [x] zenoh To be done as...
### Describe the feature API principles available at: https://github.com/eclipse-zenoh/roadmap/discussions/23 Review these projects: - [ ] zenoh - [ ] zenoh-c - [ ] zenoh-pico - [ ] zenoh-cpp - [...