Michael Ilyin

Results 119 issues of 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

enhancement
release

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...

documentation

### 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 ###...

bug

### 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...

enhancement
question
new feature

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...

documentation

### 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...

enhancement

### 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...

documentation
release

### 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

enhancement

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...

enhancement
umbrella

### 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 - [...

release