Unify the way how we read configuration in Enceladus
Offen
Conformance
feature
priority: low
refactoring
Standardization
under discussion
- Vorherrschende Sprache
- Scala
- Sterne
- 33
- Forks
- 16
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Background
The way how application configuration is read in `spark-job.jar` is a mess. Sometimes it's our own `ConfigReader` sometimes the typesafe config. There are same functions defined for it, sometimes as implicits sometimes as locla ones. Needs some unification
## Feature
Refactor the code to use only `ConfigReader` to access application configuration.
The only exception being Hypedrive plugin, where it's to be considered.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.