kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!
MIT License
418 stars 113 forks source link

Support system property substitution in topology configuration files #533

Open ludovic-boutros opened 2 years ago

ludovic-boutros commented 2 years ago

Is your feature request related to a problem? Please describe. If using split topology configuration files (one per environment and project for instance), we can to specify the environment in the context. It could be really interesting to support variable substitution in the topology files in order to pass the environment as a system property in order to keep one clean file template. It would be more error proof.