bakdata / streams-bootstrap

Utility functions and base classes for Kafka Streams applications
MIT License
29 stars 3 forks source link

Support Typesafe Config #190

Open robvadai opened 1 year ago

robvadai commented 1 year ago

It's quite common to provide Kafka boostrap server URLs, credentials, Kafka options etc through Typesafe Config (application.conf in HOCON) format instead of command line arguments.

Could this bootstrap potentially support that?

philipp94831 commented 1 year ago

Hi @robvadai, we currently don't plan on supporting application.conf files but maybe PicoCLI @-files are helpful: https://picocli.info/#AtFiles