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

I used InvokeGRPC processor in Nifi workflow using EC2 instance. I configured hostname and port, but still InvokeGRPC processor asking for upstream connection #12

Open jahnavip2011 opened 2 years ago

jahnavip2011 commented 2 years ago

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, but not sure how I need to give .proto file and how to add my .proto file of GRPC application to Nifi.

Please guide me.