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

CloudEvents converter is broken for JSON message deserialization

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.4.0.Alpha1
    • None
    • core-library
    • None
    • False
    • None
    • False

      JSON message deserizalization was not tested in the test suite and is effectivelly broken.

      The CE JSON message is always created without schema (data can be with schema) so the toConnect method that was building schema and struct was incorrect as schema is unavailable.

      The method needs to be changed to return schemaless Connect message and to extract data from schema/payload envelope if necessary.

              jpechane Jiri Pechanec
              jpechane Jiri Pechanec
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: