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

Failing to specify value for database.server.name results in invalid Kafka topic name

    XMLWordPrintable

Details

    Description

      Failing to specify a value for database.server.name results in the generation of a default value constructed from the host name, port and database name in PostgresConnectorConfig.java . Unfortunately this default value includes the "/" character, which is illegal within Kafka topic names, as evidenced by Kafka's Topic.scala. This results in an error when trying to use the generated topic name, due to validation failure for the name.

      Attachments

        Activity

          People

            Unassigned Unassigned
            christophre Chris Grierson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: