How to add a Content Viewer for Google Protobuf

2022-02-09 Thread shweta julur
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 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

Re: ListenTCP not generating flowfiles

2022-02-09 Thread Joe Witt
Looking at https://datatracker.ietf.org/doc/html/draft-ietf-idpr-specv1#section-2.4 I think youll want to write an IDPRRecordReader Thanks On Wed, Feb 9, 2022 at 8:05 PM Nathan Gough wrote: > You should be able to set the message delimiter in ListenTCP with the > "Message Delimiter" property.

Re: Questions on creating NiFi custom UI

2022-02-09 Thread Bryan Bende
Hello, Regarding bundling the WAR, take a look at the update attribute NAR. If you look at the expanded NAR after starting NiFi, it is located at "work/nar/extensions/nifi-update-attribute-nar-1.16.0-SNAPSHOT.nar-unpacked/NAR-INF/bundled-dependencies" you will see inside there is a ".war", so you

Re: Questions on creating NiFi custom UI

2022-02-09 Thread Shun Jie Tan
Hi, I have made some updates to my repository. Apparently I need to include the version for my dependencies, now 'mvn clean install' builds successfully for nifi-MapperUI-bundle and I copy-paste the nar file into my local niifi lib folder. But the advanced button doesn't appear when I create the