igalshilman opened a new pull request #277: URL: https://github.com/apache/flink-statefun/pull/277
This PR adds a new `flink-conf` configuration key: `statefun.remote.module-name`. With this configuration key it is possible to override the default remote module file name (`module.yaml`). (See the following mailing list thread https://lists.apache.org/thread/dpp45wr81gsmnjcoqtotprnt6gx9comq). To provide a different name, for example `prod.yaml` that is located at `/flink/usrlib/prod.yaml` One can add the following to their `flink-conf.yaml`: ``` statefun.remote.module-name: /flink/usrlib/prod.yaml ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
