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.
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.