eclipse-uprotocol / up-java

uProtocol Language Specific Library for Java
Apache License 2.0
9 stars 14 forks source link

Pluggable Streamer Prototype in Java #85

Open stevenhartley opened 8 months ago

stevenhartley commented 8 months ago

The following pull request implements the pluggable streamer written in Java. It is used to demonstrate what the concept is and how one would implement a streamer using only the uTransport interface. The intention of this PR is to provide example code and NOT be used for implementing an actual streamer as that would be written in C++ or rust to be useable everywhere. .

PLeVasseur commented 7 months ago

@tamarafischer

While you're offering Steven critique feel free to check out the attempt in Rust 😉