Merge pull request #10 from hlteoh37/cleanup Bump Flink and JUnit versions, Mark unneeded class as @Deprecated
Merge pull request #10 from hlteoh37/cleanup
Bump Flink and JUnit versions, Mark unneeded class as @Deprecated
This library can be used to access externalised KDA Flink application properties at runtime. See the documentation for a guide on how to configure properties in your KDA application.
Access properties configured via the AWS Console/SDK using:
Properties properties = KinesisAnalyticsRuntime.getApplicationProperties().get("app-group"); String inputStreamName = properties.getProperty("inputStreamName"); String outputStreamName = properties.getProperty("outputStreamName");
$ mvn clean install
This project is compatible with Flink 1.x, there is no guarantee it will support Flink 2.x should it release in the future.
This library is licensed under the Apache 2.0 License.
AWS Kinesis Analytics Flink Runtime
This library can be used to access externalised KDA Flink application properties at runtime. See the documentation for a guide on how to configure properties in your KDA application.
Quickstart
Access properties configured via the AWS Console/SDK using:
Building from Source
$ mvn clean installFlink Version Matrix
This project is compatible with Flink 1.x, there is no guarantee it will support Flink 2.x should it release in the future.
License
This library is licensed under the Apache 2.0 License.