Thank you for your help, I will move this discussion to dev mailing list On Wed, Feb 9, 2022, 5:35 PM Otto Fowler <[email protected]> wrote:
> You would have to: > > - Create a jira for a feature request and hope/wait for someone to > implement it or > - Create a jira for a feature request and implement it yourself. You > can then contribute it to the project as a PR or just use it and a custom > build of nifi from then on. > > I do not know what steps you would have to take to implement the content > viewer to the ui, if you want to implement and have questions I suggest > moving the discussion to dev@@nifi.apache.org list. > > > > > From: shweta julur <[email protected]> <[email protected]> > Reply: [email protected] <[email protected]> > <[email protected]> > Date: February 8, 2022 at 07:44:57 > To: [email protected] <[email protected]> <[email protected]> > Subject: Re: How to add a content viewer for Google Protobuf format > > Hi Otto, > > I do have a protobuf schema with me, therefore need guidance on how to add > a content viewer for the same. > > Thanks. > > On Tue, Feb 8, 2022, 5:42 PM Otto Fowler <[email protected]> wrote: > >> Nifi doesn’t have a protobuf content viewer. One would have to be >> written. Considering that you need a schema to read protobufs correctly, >> any viewer or other nifi component using protobufs would also entail >> configuration for schema retrieval etc. >> >> >> https://issues.apache.org/jira/browse/NIFI–6840?jql=project%20%3D%20NIFI%20AND%20text%20 >> <https://issues.apache.org/jira/browse/NIFI%E2%80%936840?jql=project%20%3D%20NIFI%20AND%20text%20> >> %20%22protobuf%22 >> >> >> >> >> From: shweta julur <[email protected]> <[email protected]> >> Reply: [email protected] <[email protected]> >> <[email protected]> >> Date: February 8, 2022 at 05:33:03 >> To: [email protected] <[email protected]> <[email protected]> >> Subject: How to add a content viewer for Google Protobuf format >> >> Hi All, >> >> We are using Google Protobuf as an internal data format for a NiFi >> workflow. So we want to check the flow file contents after it each >> processor has finished processing. As of now there is no default content >> viewer for Google Protobuf is there any way to add one to be able to see >> the flow file contents. >> >> Any help would be appreciated. >> >> Thanks. >> >> >>
