Hi Chris,

I don't know much about gRPC, but the proto file is here:

https://github.com/apache/nifi/tree/main/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/src/main/resources/proto

I think you'd have to build a custom version of this NAR where you changed
the proto file and probably also the processor.

-Bryan


On Tue, Aug 11, 2020 at 9:21 AM Chris Nicholas <chris.nicho...@qumo.do>
wrote:

>
> Hi,
>
> I need to wire an external gRPC service into Nifi - could anyone provide
> some pointers on how to change the service IDL / proto within the
> InvokeGRPC processor to support the existing external gRPC service proto
> definitions?
>
> Am trying to avoid having to writing a middleware processor to invoke the
> external service ideally.
>
> Thanks
>
> Chris
>

Reply via email to