AbsaOSS / hyperdrive

Extensible streaming ingestion pipeline on top of Apache Spark
Apache License 2.0
44 stars 13 forks source link

IngestionDriver refactoring #282

Closed kevinwallimann closed 1 year ago

kevinwallimann commented 1 year ago

There is duplicated logic in CommandLineIngestionDriver and PropertiesIngestionDriver, even though they already have a common parent class. Refactor this before implementing #280.