Skip to content

Commit 90165ed

Browse files
committed
Correct docs for AWS support
* The `DynamoDbLockRegistry` is now a part of Spring Cloud AWS project * The `DynamoDbMetadataStore` is now a part of Spring Cloud AWS project
1 parent 22500e1 commit 90165ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/reference/antora/modules/ROOT/pages/distributed-locks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Spring Integration provides these `LockRegistry` implementations for distributed
3333
* xref:redis.adoc#redis-lock-registry[Redis]
3434
* xref:zookeeper.adoc#zk-lock-registry[Zookeeper]
3535

36-
https://github.com/spring-projects/spring-integration-aws[Spring Integration AWS] extension also implements a `DynamoDbLockRegistry`.
36+
The https://awspring.io[Spring Cloud AWS] also provides a `DynamoDbLockRegistry`.
3737

3838
Starting with version 7.0, the `DistributedLock` interface has been introduced, providing new methods, `lock(Duration ttl`) and `tryLock(long time, TimeUnit unit, Duration ttl)`, to acquire a lock with a custom time-to-live (TTL).
3939
Both `JdbcLock` and `RedisLock` implement `DistributedLock` interface to support the feature of customized time-to-live.

src/reference/antora/modules/ROOT/pages/meta-data-store.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ If you need to persist metadata between application context restarts, the framew
2020
* xref:redis.adoc#redis-metadata-store[Redis Metadata Store]
2121
* xref:zookeeper.adoc#zk-metadata-store[Zookeeper Metadata Store]
2222

23+
The https://awspring.io[Spring Cloud AWS] also provides a `DynamoDbMetadataStore`.
24+
2325
The `PropertiesPersistingMetadataStore` is backed by a properties file and a https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/util/PropertiesPersister.html[`PropertiesPersister`].
2426

2527
By default, it persists only in the state when the application context is closed normally.

0 commit comments

Comments
 (0)