-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
False
-
-
False
-
Low
Bug report
When debezium-connector-dse was added, transitive filtering was used in the assemblies to exclude this. As a side-effect, snakeyaml, which is required by quarkus-config-yaml, is being filtered (as dse uses an earlier version of snakeyaml). This causes the connector to crash whenever an application.yaml file is added to the config directory.
What Debezium connector do you use and what version?
Affects all versions of Debezium Server from 3.0.2 onwards
What behavior do you expect?
It should be possible to set configurations using an application.yaml file instead of using application.properties (or a combination of the two files)
What behavior do you see?
Connector crashes whenever application.yaml is added due to missing dependency
Do you see the same behaviour using the latest released Debezium version?
Yes
How to reproduce the issue using our tutorial deployment?
Place an application.yaml file in the config directory and attempt to start debezium server