[
https://issues.apache.org/jira/browse/NIFI-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16554451#comment-16554451
]
ASF GitHub Bot commented on NIFI-4802:
--------------------------------------
Github user rstjohn commented on the issue:
https://github.com/apache/nifi/pull/2859
Is it possible to also add the endpoint override property descriptor issue?
https://issues.apache.org/jira/browse/NIFI-5450
> 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
> Priority: Major
>
> 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)