GH-22: Add KinesisMessageHandler

Fixes GH-22 (https://github.com/spring-projects/spring-integration-aws/issues/22)

* Add `KinesisMessageHandler` based on the `AmazonKinesisAsync.putRecordAsync()` operation.
The logic is fully similar to the `KafkaProducerMessageHandler` since both protocols pursue the same behavior
* Add some Kinesis specific `AwsHeaders`
* Upgrade to Gradle 2.14.1
This commit is contained in:
Artem Bilan
2016-10-12 19:20:27 -04:00
parent 5b9c3c3120
commit dda290f271
6 changed files with 385 additions and 5 deletions

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Tue Sep 20 11:41:48 EDT 2016
#Wed Oct 12 19:15:34 EDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip