amazon-managed-service-for-apache-flink-examples
amazon-managed-service-for-apache-flink-examples copied to clipboard
Does MSF support specify core-site.xml or flink-conf.yaml directly while compiling jar package?
Hi there,
I was reading through the https://github.com/aws-samples/amazon-managed-service-for-apache-flink-examples/tree/main/java/S3ParquetSink/src/main/resources, and found that there is flink-conf.yaml and core-site.xml and trying to specify s3.endpoint in the code.
Does MSF now support CX to specify the flink configuration file directly?