-
Feature Request
-
Resolution: Done
-
Minor
-
None
-
None
-
False
-
None
-
False
Hi there,
As discussed here: https://debezium.zulipchat.com/#narrow/stream/350571-community-dbz-server/topic/Add.20support.20for.20application.2Eyaml.20in.20Debezium.20Server
I would like to add
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-config-yaml</artifactId>
</dependency>
to the debezium server POM to allow for the use of an application.yaml file in addition to or instead of the application.properties. This allows more options for structuring and validating config settings.