From 3159b4f7d185a0e222b5c5007b18331042f54207 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 10 Jan 2020 10:44:06 -0500 Subject: [PATCH] Prepare for release --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5aa316..3a6c63d 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,8 @@ The `KinesisMessageDrivenChannelAdapter` iterates over its shards and tries to a If `LockRegistry` is not provided, no exclusive locking happens and all the shards are consumed by this `KinesisMessageDrivenChannelAdapter`. See also `DynamoDbLockRegistry` for more information. -Also the `KclMessageDrivenChannelAdapter` is provided for performing streams consumption by [Kinesis Client Library][]. +Also the `KclMessageDrivenChannelAdapter` is provided for performing streams consumption by [Kinesis Client Library][]. +See its JavaDocs for more information. ### Outbound Channel Adapter