From a4028aa18f1f69b9d8566813c1e37bb6eda35541 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 11 Mar 2025 12:40:04 +0100 Subject: [PATCH] GH-671 - Additional deprecation notice in event externalization section of reference docs. --- src/docs/antora/modules/ROOT/pages/events.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/antora/modules/ROOT/pages/events.adoc b/src/docs/antora/modules/ROOT/pages/events.adoc index b8a02060..911398c3 100644 --- a/src/docs/antora/modules/ROOT/pages/events.adoc +++ b/src/docs/antora/modules/ROOT/pages/events.adoc @@ -368,13 +368,13 @@ Does not support routing keys. |SQS |`spring-modulith-events-aws-sqs` -|Uses Spring Cloud AWS SQS support. +|Deprecated (details xref:appendix.adoc#deprecated-modules[here]). Uses Spring Cloud AWS SQS support. The logical routing key will be used as SQS message group id. When routing key is set, requires SQS queue to be configured as a FIFO queue. |SNS |`spring-modulith-events-aws-sns` -|Uses Spring Cloud AWS SNS support. +|Deprecated (details xref:appendix.adoc#deprecated-modules[here]). Uses Spring Cloud AWS SNS support. The logical routing key will be used as SNS message group id. When routing key is set, requires SNS to be configured as a FIFO topic with content based deduplication enabled.