whiver / nifi-protobuf-processor

An Apache NiFi processor to encode and decode data using Google Protocol Buffer schemas.
MIT License
36 stars 20 forks source link

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 #3

Open ibasu opened 5 years ago

ibasu commented 5 years ago

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 the screen shot. I am using apache nifi 1.9.1 nifi-proto

kkogre commented 5 years ago

Getting the same error. Have you found a solution yet?

DeBockTim commented 4 years ago

No schema path given, please fill in the protobuf.schemaPath property, either at processor or flowfile level..

image

Same here..

DeBockTim commented 4 years ago

After a bit of playing around:

After all of this it worked for me.

image

Nifi-ProtobufAttr

Edit: because of a lack of time i didn't dig deeper into the why it didnt want to find the file when specified in the code.

tebpna commented 1 year ago

how compile desc file from proto file please guide me