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.
