amazon-kinesis-data-analytics-flink-starter-kit icon indicating copy to clipboard operation
amazon-kinesis-data-analytics-flink-starter-kit copied to clipboard

README.md to use correct runtime property key

Open zoltanium opened this issue 3 years ago • 0 comments
trafficstars

Issue #, if available:

Description of changes:

Updated runtime property name in readme to match name in code.

Correct name in context: https://github.com/aws-samples/amazon-kinesis-data-analytics-flink-starter-kit/blob/7e70b7225b4ab76872818f3979ec48246fb20937/src/main/java/com/amazonaws/kda/flink/starterkit/SessionProcessor.java#L118

If set incorrectly, this breaks the app at runtime with the following error, making the sample app unusable:

org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Runtime properties are invalid. Will not proceed to start Kinesis Analytics Application

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

zoltanium avatar Jan 28 '22 16:01 zoltanium