Skip to content

Commit

Permalink
Updates after removal of the check that the source must be a subset o…
Browse files Browse the repository at this point in the history
…f the stream's listen subjects (nats-io/nats-server#4010)
  • Loading branch information
jnmoyne committed Apr 6, 2023
1 parent e4af8a3 commit 52e4fe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adr/ADR-28.md
Expand Up @@ -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).
Expand Down

0 comments on commit 52e4fe0

Please sign in to comment.