File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,19 @@ You need to have `sbt` tool installed on you machine to build a Scala project. U
1616
1717### Build
1818- Run ` sbt assembly ` to build an uber jar
19- - Use ` target/scala-3.3.0/ScalaGettingStarted-flink_1.18 .jar ` in your MSF application
19+ - Use ` target/scala-3.3.0/ScalaGettingStarted-flink_1.20 .jar ` in your MSF application
2020
2121### Runtime configuration
2222
2323The application reads the runtime configuration from the Runtime Properties, when running on Amazon Managed Service for
24- Apache Flink, or from command line parameters, when running locally.
24+ Apache Flink.
25+
26+ The following runtime properties are required:
27+
28+ | Group ID | Key | Description |
29+ | ----------------| ---------------| --------------------------|
30+ | ` InputStream0 ` | ` stream.name ` | Name of the input stream |
31+ | ` InputStream0 ` | ` aws.region ` | Region of the input stream, e.g. ` us-east-1 ` |
2532
2633Runtime Properties are expected in the Group IDs ` InputStream0 ` and ` OutputStream0 ` .
2734
You can’t perform that action at this time.
0 commit comments