Github user alopresto commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2131#discussion_r137439696
  
    --- Diff: 
nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/src/main/java/org/apache/nifi/processors/grpc/ListenGRPC.java
 ---
    @@ -82,25 +83,29 @@
         // properties
         public static final PropertyDescriptor PROP_SERVICE_PORT = new 
PropertyDescriptor.Builder()
                 .name("Local gRPC service port")
    +            .displayName("Local gRPC Service Port")
                 .description("The local port that the gRPC service will listen 
on.")
                 .required(true)
                 .addValidator(StandardValidators.PORT_VALIDATOR)
                 .build();
         public static final PropertyDescriptor PROP_USE_SECURE = new 
PropertyDescriptor.Builder()
    -            .name("Use SSL/TLS")
    -            .description("Whether or not to use SSL/TLS to send the 
contents of the gRPC messages.")
    +            .name("Use TLS")
    --- End diff --
    
    I will sign off on this because I agree with your reasoning, but I would 
appreciate "Apache" guidance from @joewitt on this. I know some people do run 
"bleeding-edge"/`master` releases (ideally not in production, but still...).  


---

Reply via email to