Skip to content

Commit 34c97c5

Browse files
authored
Fix Scala Getting started README (#60)
1 parent 2c80661 commit 34c97c5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

scala/GettingStarted/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2323
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` |
2532

2633
Runtime Properties are expected in the Group IDs `InputStream0` and `OutputStream0`.
2734

0 commit comments

Comments
 (0)