You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Richard St. John (JIRA)" <ji...@apache.org> on 2018/01/22 15:26:00 UTC

[jira] [Created] (NIFI-4802) PutSQS not UTF-8 encoding output

Richard St. John created NIFI-4802:
--------------------------------------

             Summary: PutSQS not UTF-8 encoding output
                 Key: NIFI-4802
                 URL: https://issues.apache.org/jira/browse/NIFI-4802
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.4.0
         Environment: OSX, Linux
            Reporter: Richard St. John


PutSQS processor does not properly encode content.  Line 117 reads, 
{code:java}
final string flowFileContent = baos.toString();
{code}

Instead, the output stream should default to UTF-8, or have a configuration similar to GetSQS.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)