1

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?

Hagakure87
  • 127
  • 1
  • 9
  • Hope you have proto definition? Or maybe generated or compiled java code for this proto? I think you could use executegroovyscript. But need more details to help you. – daggett Dec 17 '20 at 12:34

1 Answers1

2

You have two options :

mahieddine
  • 540
  • 4
  • 14