You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Przemyslaw Dubaniewicz (JIRA)" <ji...@apache.org> on 2019/03/22 13:46:00 UTC

[jira] [Created] (NIFI-6141) CaptureChangeMySQL processor malforms binary strings

Przemyslaw Dubaniewicz created NIFI-6141:
--------------------------------------------

             Summary: CaptureChangeMySQL processor malforms binary strings
                 Key: NIFI-6141
                 URL: https://issues.apache.org/jira/browse/NIFI-6141
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.9.0
            Reporter: Przemyslaw Dubaniewicz


When there is a change to a row that contains binary data types such as BLOB, BINARY, etc. the CaptureChangeMySQL treats these values as Strings. It converts a byte array using the default encoding - when the byte array contains bytes that are not valid in this encoding, one cannot recover valid data from produced FlowFile.



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