-
Bug
-
Resolution: Done
-
Major
-
1.6.0.Final
-
False
-
False
-
Undefined
-
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.