Amazon Kinesis Stream with AWS SDK for Java: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
{{External|https://docs.aws.amazon.com/streams/latest/dev/developing-consumers-with-sdk.html}} | {{External|https://docs.aws.amazon.com/streams/latest/dev/developing-consumers-with-sdk.html}} | ||
=<span id='Playground_Example'></span> | =<span id='Playground_Example'></span><span id='Playground_Examples'></span>Developing Stream Producers= | ||
{{External|[https://github.com/ovidiuf/playground/tree/master/amazon/kinesis/streams/01-put-record Playground Kinesis Stream - Put Record]}} | {{External|[https://github.com/ovidiuf/playground/tree/master/amazon/kinesis/streams/01-put-record Playground Kinesis Stream - Put Record]}} |
Revision as of 19:25, 20 December 2018
External
- https://docs.aws.amazon.com/streams/latest/dev/getting-started.html
- https://docs.aws.amazon.com/streams/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-putrecord
Internal
Overview
Relevant Amazon Kinesis Stream concepts: stream name, partition key, sequence number.
Dependency
dependencies {
implementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.471'
}