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

The expected value pattern for table.include.list does not align with the documentation

XMLWordPrintable

    • False
    • None
    • False
    • Important

      In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.

      Bug report

      Using the table.include.list property does not create the topic.
      If I don't use it, it correctly generates the topics for all the tables, but if I use it it doesn't create any other than the one I include in the list.
       

      {
        "name": "source-testdb-ifx",
        "config": {
          "connector.class": "io.debezium.connector.informix.InformixConnector",
          "tasks.max": "1",
          "topic.prefix": "ifxserver",
          "database.hostname": "informix",
          "database.port": "9088",
          "database.user": "informix",
          "database.password": "in4mix",
          "database.dbname": "testdb",
          "schema.history.internal.kafka.bootstrap.servers": "kafka:9092",
          "schema.history.internal.kafka.topic": "schema-changes.testdb",
          "key.converter": "io.confluent.connect.avro.AvroConverter",
          "key.converter.schema.registry.url": "http://schema-registry:8081",
          "value.converter": "io.confluent.connect.avro.AvroConverter",
          "value.converter.schema.registry.url": "http://schema-registry:8081",
          "table.include.list": "informix.customers"
        }
      }

       

      What Debezium connector do you use and what version?

      2.5.0

      What is the connector configuration?

       

      {
        "name": "source-testdb-ifx",
        "config": {
          "connector.class": "io.debezium.connector.informix.InformixConnector",
          "tasks.max": "1",
          "topic.prefix": "ifxserver",
          "database.hostname": "informix",
          "database.port": "9088",
          "database.user": "informix",
          "database.password": "in4mix",
          "database.dbname": "testdb",
          "schema.history.internal.kafka.bootstrap.servers": "kafka:9092",
          "schema.history.internal.kafka.topic": "schema-changes.testdb",
          "key.converter": "io.confluent.connect.avro.AvroConverter",
          "key.converter.schema.registry.url": "http://schema-registry:8081",
          "value.converter": "io.confluent.connect.avro.AvroConverter",
          "value.converter.schema.registry.url": "http://schema-registry:8081",
          "table.include.list": "informix.customers"
        }
      }

       

      What is the captured database version and mode of depoyment?

      informix-developer-database:14.10.FC9W1DE

      What behaviour do you expect?

      <Your answer>

      What behaviour do you see?

      <Your answer>

      Do you see the same behaviour using the latest relesead Debezium version?

      (Ideally, also verify with latest Alpha/Beta/CR version)

      <Your answer>

      Do you have the connector logs, ideally from start till finish?

      (You might be asked later to provide DEBUG/TRACE level log)

      <Your answer>

      How to reproduce the issue using our tutorial deployment?

      <Your answer>

      Feature request or enhancement

      For feature requests or enhancements, provide this information, please:

      Which use case/requirement will be addressed by the proposed feature?

      <Your answer>

      Implementation ideas (optional)

      <Your answer>

            Unassigned Unassigned
            t4t-test@proton.me sdsd dcdfdf
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: