File tree 1 file changed +9
-2
lines changed 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
16
16
17
17
### Build
18
18
- 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
20
20
21
21
### Runtime configuration
22
22
23
23
The 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 ` |
25
32
26
33
Runtime Properties are expected in the Group IDs ` InputStream0 ` and ` OutputStream0 ` .
27
34
You can’t perform that action at this time.
0 commit comments