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

Exception while setting GTID set on binlog client

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 0.3.1, 0.4
    • 0.3
    • None
    • None

    Description

      Original title: Topics not getting created in kafka

      Used following config to run the debezium.

          "name": "debizium-connector",
          "config": {
              "name": "debizium-connector",
              "connector.class": "io.debezium.connector.mysql.MySqlConnector",
              "tasks.max": "1",
              "database.hostname": "tst-di-mysql01",
              "database.port": "3306",
              "database.user": "VVVV",
              "database.password": "XXXX",
              "database.server.id": "12",
              "database.server.name": "di-mysql",
              "database.whitelist": "fraud",
              "poll.interval.ms": "2",
              "table.whitelist": "CCCCC",
              "database.history.kafka.bootstrap.servers": "kafka01:9092",
              "database.history.kafka.topic": "schema-changes.inventory",
              "database.history.producer.ssl.keystore.location": "<keystore>",
              "database.history.producer.ssl.keystore.password": "<password>",
              "database.history.producer.ssl.truststore.location": "<truststore>",
              "database.history.producer.ssl.truststore.password" : "<password>",
              "database.history.consumer.ssl.keystore.location": "<keystore>",
              "database.history.consumer.ssl.keystore.password": "<password>",
              "database.history.consumer.ssl.truststore.location": "<truststore>",
              "database.history.consumer.ssl.truststore.password": "<password>"
                  }
      }
      

      How ever it is just creating one topic di-mysql, which has only DDL statements, but there are no topics created for the tables. Not sure if i am missing some config paramater.

      Attachments

        Issue Links

          Activity

            People

              rhauch Randall Hauch (Inactive)
              akshathpatkar Akshath Patkar (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: