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

    https://github.com/apache/nifi/pull/2859#discussion_r204809085
  
    --- Diff: 
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/sqs/PutSQS.java
 ---
    @@ -57,6 +59,14 @@
             + "the Message Attribute and value will become the value of the 
Message Attribute", expressionLanguageScope = 
ExpressionLanguageScope.FLOWFILE_ATTRIBUTES)
     public class PutSQS extends AbstractSQSProcessor {
     
    +    public static final PropertyDescriptor CHARSET = new 
PropertyDescriptor.Builder()
    --- End diff --
    
    I thought about it during the implementation, but it will have an effect on 
the other SQS components. Lets put this into `AbstractSQSProcessor` to avoid 
duplications.


---

Reply via email to