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

Unable to get Key schema in Change event

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Minor Minor
    • None
    • 1.4.GA
    • mysql-connector
    • None
    • False
    • False
    • Used newer version of kafka libraries and was able to see the key schema

      Hi,

      I am using mysql-connector to replicate data between MySQL and Kafka.

      Debezium is able to extract the change event and publish the same to kafka topic.

      I have used following 2 parameter to enable schema for key and value

      "key.converter.schemas.enable": "true",
      "value.converter.schemas.enable": "true",

      Even after enabling schema for key and value, I see that kafka message in topic has schema for only value. it does not have schema for key.

      Table in MySQL has primary key defined.

      Anything I am missing here ?

            Unassigned Unassigned
            advaitvdeo Advait Deo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: