Releases: eclipse-zenoh/zenoh-kotlin
Releases · eclipse-zenoh/zenoh-kotlin
v0.10.0-rc
First zenoh-kotlin release 🎉
- Targets the JVM
- Compatible with Zenoh protocol version 0.10
- Based on JNI, relies on the
zenoh-jni
Rust library (released with this repository) - Supports most of Zenoh’s features:
- Session opening
- Publisher/Queryable/Subscriber declaration
- Put/Get/Delete operations
- Selector & KeyExpression logic
- Error propagation to the Kotlin layer
- Data abstractions
- Sample
- Value
- Reply
- Query
- Encoding
- Selector
- KeyExpr
- Callbacks and Handlers support for asynchronous reception events through Zenoh
- Testing
- Examples
- ZPub, ZSub, ZGet, ZQueryable, ZDelete, ZPut
- Passing arguments is not yet available
- Configuration loading support through file specification
- Documentation at https://eclipse-zenoh.github.io/zenoh-kotlin/