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

Capturing only first char of String in Enum for each row entry in kafka

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 0.3.3, 0.4
    • 0.3.2
    • mysql-connector
    • None
    • Hide

      1. Create a table with enum value defined.
      2. Start the zookepper, kafka, kafka connect
      3. Start a debezium connector through connect rest apis
      4. insert a new entry into the initial table.
      5. kafka will contain entry where column enum will have only first letter.

      Show
      1. Create a table with enum value defined. 2. Start the zookepper, kafka, kafka connect 3. Start a debezium connector through connect rest apis 4. insert a new entry into the initial table. 5. kafka will contain entry where column enum will have only first letter.

      In dbhistory.inventory topic it has captured create table with proper enum values.
      status` enum('alpha','beta','gamma') but in kafka topics corresponding to individual table it is capturing only first char like a,b,g of enum value

              prannoymittal_jira Prannoy Mittal (Inactive)
              prannoymittal_jira Prannoy Mittal (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: