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

Where MySQL is hosted on a case insensitive filesystem lower case topics are published

    XMLWordPrintable

Details

    • Hide

      In the client, subscribe to both case sensitive and all lower case topics.

      Show
      In the client, subscribe to both case sensitive and all lower case topics.
    • Hide

      1. Create a database table with an upper case character in its name on case insensitive OSX (or possibly windows)
      2. Run through standard debezium docker containers
      3. Update a row in the table
      3. The topic being published to will be lower case as will the table property

      Show
      1. Create a database table with an upper case character in its name on case insensitive OSX (or possibly windows) 2. Run through standard debezium docker containers 3. Update a row in the table 3. The topic being published to will be lower case as will the table property

    Description

      The issue in DBZ-392 now seems to work in that it now generates events when a database table with upper case characters in its name is updated, but:

      1. The kafka topic on which this record is published is still lowercase
      2. The "table" in payload -> source is also lowercase

      For example an update to a table "Member" will get published on a topic name.database.member rather than the desired name.database.Member and the payload's source table will be member rather than the desired Member.

      Attachments

        Activity

          People

            Unassigned Unassigned
            fquinner_jira Frank Quinn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: