Nifi Protobuf Processor Versions Save

An Apache NiFi processor to encode and decode data using Google Protocol Buffer schemas.

v0.2.0

6 years ago

This is the second release of the processor, which features the following changes:

  • Add the ability to specify a schema per Flowfile or processor-wide
  • Add the ability to use a raw .proto schema, which will be dynamically compiled if the Compile schema option is set. To improve perfs, the compiled schema is cached when specified processor-wide.
  • Refactoring and code cleanup
  • Update documentation & tests

v0.1.0

6 years ago

First release of the processors. The project now implement the following features:

  • Encoding/Decoding between a Protobuf binary and a JSON representation of the data
  • Schema file specification either per file or processor-wide
  • Easy Docker deployment using whiver/nifi-protobuf