Hi ,
I am trying to pass some vm options e.g
bin/flink run foo-assembly-0.0.1-SNAPSHOT.jar -Dflink.stateDir=file:///tmp/ -Dkafka.bootstrap.servers="localhost:9092" -Dkafka.security.ssl.enabled=false
but it doesn't seem to override the values in application.conf . Am I missing something?
BTW is it possible to pass config file using -Dcofig.file ?
BR
Avi