Open robvadai opened 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?
Hi @robvadai, we currently don't plan on supporting application.conf files but maybe PicoCLI @-files are helpful: https://picocli.info/#AtFiles
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?