From 52e4fe05c4eb4ad37d1172aa0dd6e040679931c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Moyne?= Date: Thu, 6 Apr 2023 11:19:49 -0700 Subject: [PATCH] Updates after removal of the check that the source must be a subset of the stream's listen subjects (https://github.com/nats-io/nats-server/pull/4010) --- adr/ADR-28.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adr/ADR-28.md b/adr/ADR-28.md index ed2e5f2..c6dd16d 100644 --- a/adr/ADR-28.md +++ b/adr/ADR-28.md @@ -39,8 +39,7 @@ The RePublish option "republish" consists of three configuration fields: The following validation rules for RePublish option apply: -* Source MUST be a valid subset of the stream's subject space (aggregate of stream's subject filters). A single token -as `>` wildcard is allowed with meaning taken as any stream-ingested subject. +* A single token as `>` wildcard is allowed as the Source with meaning taken as any stream-ingested subject. * Destination MUST have at least 1 non-wildcard token * Destination MAY not match or subset the subject filter(s) of the stream * Source and Destination must otherwise comply with requirements specified in [ADR-30 Subject Transform](https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-30.md).