nifi-protobuf-processor icon indicating copy to clipboard operation
nifi-protobuf-processor copied to clipboard

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

Results 8 nifi-protobuf-processor issues
Sort by recently updated
recently updated
newest added

Hi, My protobuf processor works fine for 6 month and brutally after i purged tmp folder, i face an issue: > 2020-01-29 11:00:01,361 ERROR [Timer-Driven Process Thread-10] c.g.w.nifi.processor.ProtobufDecoder ProtobufDecoder[id=a2ae63e8-1934-3e98-bb0c-55cbe70dfe24] Unable...

I am getting the below error: ERROR [Timer-Driven Process Thread-1] c.g.w.nifi.processor.ProtobufDecoder ProtobufDecoder[id=299c2a4f-016a-1000-ffff-ffffab7ba612] No schema path given, please fill in the protobuf.schemaPath property, either at processor or flowfile level Please check...

Hi, It seems that the current error handling resets the FlowFile's original content.. So: 1. I fixed it by throwing exception so the original FlowFile won't be rewritten and then...

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.5.0 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies

Hi Team, I used InvokeGRPC processor in Nifi workflow using EC2 instance. I configured hostname and port, but still InvokeGRPC processor asking for upstream connection. so I used GenerateFlowFile processor,...

Hi, we are using the decoding processor with concurrent tasks. We found that it could happen that several threads try to access the same flowfile concurrently. In this scenario, all...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

I am using the .proto mode. During the decoding process, my hard disk will generate a 5M protocjarxxx file. I don't want it to generate this file. What should I...