-
See https://github.com/eclipse-uprotocol/up-spec/discussions/229
There are uProtocol use cases that do not currently work with queries. We will switch to pub/sub for all messaging for right now so th…
-
It is perfectly valid if the ue_id (32bits) has the upper 16 bits (the instance_id portion) set to 0 meaning we are not caring about the instance id however isValidRpcMethod(), isValidRpcResponse(), i…
-
As maintainer of uProtocol we want
that there is a transport implementation for MQTT5 in java
to enable cloud backends to communicate with MQTT and in a uProtocol compatible way
-
If register_listener fails there is only a log message
https://github.com/eclipse-uprotocol/up-streamer-rust/blob/d4ab17fbc745705290e29e5251fa8e9fcbffe943/up-streamer/src/ustreamer.rs#L153C1-L173
…
-
The issue is in the code below in https://github.com/eclipse-uprotocol/up-transport-mqtt5-java/pull/2/files#diff-195212d67a35823ba725c56231022575dcf19f0a530bc367b9063f3fcf2b1702R63:
````
.add(USER_P…
-
in https://github.com/eclipse-uprotocol/up-spec/blob/main/basics/error_model.adoc when the service provider fails to process a request, it **MUST** set `commstatus` with the `UCode` value and it **SHO…
-
We haven’t added any bug fixes to up-cpp on the 1.0 branch for several days now. We should tag the 1.0.1 release and publish it for use
-
In the current uAttribute design, the message creation timestamp is embedded in the UUID, and different UUID versions require distinct methods to extract this timestamp. While working on uProtocol 1.5…
-
Currently we have version 2 and version 3 of the subscription protobuf.
version 2 is the one actually used, as of typing this issue. I am not sure who is using version 3.
InMemorySubscriber should…
-
I've run into an issue when using register_listener() in up-transport-zenoh. More specifically, the origin_filter parameter of that method:
Seeing a parameter with that name in the context of a regi…