rakutentech / kafka-firehose-nozzle

Forward logs from the Cloud Foundry Firehose to Apache Kafka
MIT License
13 stars 8 forks source link

Refactor configuration #22

Open CAFxX opened 6 years ago

CAFxX commented 6 years ago

Currently configuration is provided in a non-uniform manner. Some options can be specified in the config file, others on the command line, others as env vars.

Ideally we should support at least supplying all config via env vars and optionally via command line or config file (and in this case it should be YAML, not TOML)