I have a Apama project that connects to Kafka Broker, using custom plugin. When we start the Apama project I pass in the config values like broker url, using the .evt (event). I use engine_deploy that create the deployable structure of the project and when start the correlator I use the –config flag to run with the deployed version of code.
I want to create Docker image of Apama project so that I can pass values like Kafka Broker URL as argument into my Docker image, and want that to be picked up by the .evt (event) file when the Docker image starts using the same deployed structure. Please let me know what is the best way to achieve the Parameterization of Apama Docker image.
Kind regards,
Adnan