Prepare for release

This commit is contained in:
Artem Bilan
2020-01-10 10:44:06 -05:00
parent 5c3537d756
commit 3159b4f7d1

View File

@@ -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