Search code examples
jsonmqttapache-nifiprotobuf-java

Is there a way to convert JSON to Protobuf in NIFI?


Im attempting to implement an MQTT dataflow which requires the final delivery to be sent using sparkplug specifications.

However, i am unable to find a way to convert the contents of the flowfile to be in a protobuf format

Is there a way to do this conversion?


Solution

  • You have two options :