I'm having a problem with mqtt-spy (v.1.0.1-beta-b18) and kura 4.0.0.
Setup:
The kura gateway is connected to a kapua server over a cloud connection (with Kura Protobuf as encoding payload type).
Issue:
The decoding of the subscribed messages works fine, but my kura can not decode the messages published by mqtt-spy.
I looked for some solutions in the old and in this repo, but I didn't find a satisfying answer.
I'm pretty sure that the published messages does not have the right encoding, but I don't know how to embed a Kura Protobuf Payload Encoder into my publishing script.
I'm having a problem with mqtt-spy (v.1.0.1-beta-b18) and kura 4.0.0.
Setup: The kura gateway is connected to a kapua server over a cloud connection (with Kura Protobuf as encoding payload type).
Issue: The decoding of the subscribed messages works fine, but my kura can not decode the messages published by mqtt-spy. I looked for some solutions in the old and in this repo, but I didn't find a satisfying answer. I'm pretty sure that the published messages does not have the right encoding, but I don't know how to embed a Kura Protobuf Payload Encoder into my publishing script.
Can somebody give my a hint?