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

Error with debezium.sink.pulsar.client.serviceUrl and debezium-server

XMLWordPrintable

      When using this config:

      debezium.sink.type=pulsar
      debezium.sink.pulsar.client.serviceUrl=some-url-value

      And using the docker image:

      FROM debezium/server:1.6  

      Get this error: 

      ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): java.util.NoSuchElementException: SRCFG00014: The config property debezium.sink.pulsar.client.serviceurl is required but it could not be found in any config source

      But if you change the config to use the all lower case 

      debezium.sink.pulsar.client.serviceurl

      you get an error that it does not recognize that field name, and that the field name should be 'serviceUrl' instead.

      Not seeing any problems with version 1.5, happens when you use version 1.6.

              gustavolira Gustavo Lira Silva
              123user123!! User User (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: