Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreDear Spring Community,
Today it’s my pleasure to announce General Availability of Spring Integration for Amazon Web Services extension version 2.3.0
and Spring Cloud Stream Binder for AWS Kinesis version 2.0.0
.
These releases can be downloaded from Maven Central, JCenter, and our release repository:
compile "org.springframework.integration:spring-integration-aws:2.3.0.RELEASE"
If you don’t use Kinesis Binder. Or via Binder dependency:
compile "org.springframework.cloud:spring-cloud-stream-binder-kinesis:2.0.0.RELEASE"
The main theme of both these releases is about an integration testing using a Local Stack framework which helped us to spot several bugs and race conditions in both libraries.
The spring-integration-aws
provides a PutRecordsRequest
(batch) support for KplMessageHandler
collecting async results for UserRecords
in that batch using Project Reactor Mono.fromFuture()
functionality.
A KinesisShardEndedEvent
is now emitted from the KinesisMessageDrivenChannelAdapter
when the next shard request returns null
with the meaning that shard is closed and no records can be added to that any more.
The spring-cloud-stream-binder-kinesis
is based on the recently released Spring Cloud Stream version 3.0
and provides a new KinesisBinderHealthIndicator
to check that all the streams involved in binding configurations are available.
A ProducerMessageHandlerCustomizer
and ConsumerEndpointCustomizer
can now be specified in the application context as bean and they are going to be injected into the KinesisMessageChannelBinder
for an appropriate endpoints customization. This can be useful, for example, in cases when some endpoint properties are not covered by the configuration options.
Many thanks to everyone from the Community for all the feedback and contribution to these projects.
Any feedback is welcome via all the available communication channels!
Spring Integration for AWS resources:
Project Page | Contributing | Help | Chat
Spring Cloud Stream Binder for AWS Kinesis resources:
Project Page | Contributing | Help | Chat