TrivadisPF / platys-modern-data-platform

Support for generating modern platforms dynamically with services such as Kafka, Spark, Streamsets, HDFS, ....
Apache License 2.0
68 stars 15 forks source link

Move external services block to the end or think about incorporating it into the "normal config" #882

Open gschmutz opened 3 months ago

gschmutz commented 3 months ago

The option to configure external services in the config.yml is not often used and having it at the beginning can be 1) confusing for a new user and 2) is a bit tedious as you either have to scroll over or to execute find twice if you want to skip over i.e. the external Kafka service. If you don't pay attention, you might even mistakenly enable the external service instead of the internal service.

Therefore we either move the external section to the end of the config.yml or we merge the external configurations into the "normal" configuration.