Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-4340

SQLServer Debezium Server issue with latin1 characters

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.7.1.Final
    • None
    • debezium-server
    • None
    • False
    • False
    • 1.7.1
    • Undefined
    • Hide
      1. Create a table with Charset=latin1 and Collation=SQL_Latin1_General_CP1_CI_AS
      2. Add a VARCHAR attribute to the table
      3. Insert a record having non-ascii chars (e.g. "Grün")
      4. Start streaming the table with the `io.debezium.connector.sqlserver.SqlServerConnector`
      5. Verify the incorrect record sent to the message queue (Gr��n)
      Show
      Create a table with Charset= latin1 and Collation= SQL_Latin1_General_CP1_CI_AS Add a VARCHAR attribute to the table Insert a record having non-ascii chars (e.g. "Grün") Start streaming the table with the `io.debezium.connector.sqlserver.SqlServerConnector` Verify the incorrect record sent to the message queue (Gr��n)

      Version 1.7.1 of the Debezium docker image

      When performing the snapshot/update/insert, records are sent with broken characters.

            Unassigned Unassigned
            clausmeko claus bissinger (Inactive)
            claus bissinger claus bissinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: