tpalfy commented on code in PR #6769:
URL: https://github.com/apache/nifi/pull/6769#discussion_r1159940871
##########
nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/src/main/java/org/apache/nifi/jasn1/JASN1Reader.java:
##########
@@ -134,10 +135,35 @@ public class JASN1Reader extends
AbstractConfigurableComponent implements Record
.required(false)
.build();
+ private static final PropertyDescriptor DO_ADDITIONAL_PREPROCESSING = new
PropertyDescriptor.Builder()
+ .name("do-additional-preprocessing")
+ .displayName("Do Additional Preprocessing")
Review Comment:
We can go this route. However I think we should remain consistent with our
communication in that the documentation already discusses pre-processing,
namely parsing and compiling the schema.
That's why I went with the "additional" prefix.
I'll add something that incorporates both ideas.
--
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]