ForThoseWhoComeAfter commented on code in PR #10214:
URL: https://github.com/apache/nifi/pull/10214#discussion_r2300416956
##########
nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/src/main/java/org/apache/nifi/services/protobuf/ProtobufReader.java:
##########
@@ -54,7 +54,10 @@
import java.util.concurrent.atomic.AtomicReference;
@Tags({"protobuf", "record", "reader", "parser"})
-@CapabilityDescription("Parses a Protocol Buffers message from binary format.")
+@CapabilityDescription("Parses a Protocol Buffers message from binary format.
" +
+ "If the schema can be fetched from a schema registry or pasted inline
into property, StandardProtobufReader should be used instead. " +
+ "Note that this service has the limitation because of the fact that it
reads .proto schema from filesystem local to the NIFI node." +
+ "As a consequence, it requires proto files to be copied to every node
manually when this service is used in a multinode cluster. ")
Review Comment:
Restored original description and added `@SeeAlso` annotation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]