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
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.
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.