Closed babadofar closed 5 years ago
Hey, thanks for the detailed bug report. This wasn't a use case I considered heavily -- but definitely a great idea. I'll take a look at this tonight and get a fix out.
Hi there, schema_registry_url
and ksql_server_url
will now accept environment variables. I've released 0.1.2
to address this.
Please let me know if there are any other configuration settings that you'd like to work with environment variables. Thanks!! :)
🏆 awesome work! Thanks
kafka-shell works fine using environment variables for bootstrap server and zookeeper, but barfs at schema_registry_url due to a validation error To Reproduce Use a config.yaml file like this
Expected behavior It should evalute the environment variables Screenshots