[ 
https://issues.apache.org/jira/browse/NIFI-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14592056#comment-14592056
 ] 

ASF GitHub Bot commented on NIFI-413:
-------------------------------------

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

    https://github.com/apache/incubator-nifi/pull/55#discussion_r32749088
  
    --- Diff: 
nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/main/java/org/apache/nifi/processors/kafka/PutKafka.java
 ---
    @@ -136,6 +136,68 @@
                 .addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
                 .expressionLanguageSupported(false)
                 .build();
    +    public static final PropertyDescriptor PRODUCER_TYPE = new 
PropertyDescriptor.Builder()
    +            .name("Producer Type")
    +            .description("This parameter specifies whether the messages 
are sent asynchronously in a background thread."
    --- End diff --
    
    Would put the descriptions of these two values in the Allowable Values 
themselves, rather than describing the possible options in the Description of 
the property


> KafkaPut should support compression option
> ------------------------------------------
>
>                 Key: NIFI-413
>                 URL: https://issues.apache.org/jira/browse/NIFI-413
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Michael Braun
>            Priority: Minor
>              Labels: beginner, newbie
>             Fix For: 0.2.0
>
>
> Kafka supports compression out of the box (GZIP, Snappy with another 
> dependency) but the KafkaPut operator does not expose the option. It would be 
> nice if this was exposed in processor settings so processing could benefit 
> from compression.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to