amazon-kinesis-data-analytics-flink-starter-kit
amazon-kinesis-data-analytics-flink-starter-kit copied to clipboard
README.md to use correct runtime property key
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.