Is there a way to read the environment variable inside the .properties
file used for the configuration of KCL workers? Specifically, I want to know for streamName attribute.
Or if it is not possible through the .properties
file, can I configure KCL programmatically somehow? Can I change the stream name or some other configuration inside the Python code while initializing the processor or some other solution?