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

Reduce boilerplate connector configuration

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Can't Do
    • Major
    • None
    • None
    • sqlserver-connector
    • None
    • False
    • None
    • False
    • 0
    • 0% 0%

    Description

      When Debezium SQL Server connector connect to Kafka, The configuration like schema history bootstrap have to defined even connect to the same kafka broker. And when alot of connector created then the security configuration changed, All of the connector have to change all of this configuration.

      When the connector connect to kafka it's also have kafka bootstrap and securities config in Kafka Connect worker configuration. And schema history also connect to the same bootstrap. Can add like a config to tell the connector that kafka bootstrap and schema history bootstrap is the same bootstrap to reduce configuration?

       

      {
          "config": {
              ...
              "schema.history.internal.kafka.bootstrap.servers": "kafka:9092",
              "schema.history.internal.kafka.topic": "schemahistory.fullfillment",
              "schema.history.internal.producer.security.protocol": "SASL_SSL",
              "schema.history.internal.producer.ssl.endpoint.identification.algorithm": "https",
              "schema.history.internal.producer.sasl.mechanism": "PLAIN",
              "schema.history.internal.producer.sasl.jaas.config": "...",
              "schema.history.internal.consumer.security.protocol" : "SASL_SSL",
              "schema.history.internal.consumer.ssl.endpoint.identification.algorithm": "https",
              "schema.history.internal.consumer.sasl.mechanism": "PLAIN",
              "schema.history.internal.consumer.sasl.jaas.config": "...",
              ...
          }
      } 

      Attachments

        Activity

          People

            Unassigned Unassigned
            tanadol.trp Tanadol Teerapatpanich
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: