1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
Co-authored-by: Colin Sullivan <colin@synadia.com>
This commit is contained in:
Ivan Kozlovic 2021-03-05 09:06:35 -07:00 committed by GitHub
parent 442badf74f
commit 71172b4316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ allowed only for subscriptions, not for published messages.
| `#` | `>` |
| `+` | `*` |
The wilcard `#` matches any number of levels within a topic, which means that a subscription
The wildcard `#` matches any number of levels within a topic, which means that a subscription
on `foo/#` would receive messages on `foo/bar`, or `foo/bar/baz`, but also on `foo`.
This is not the case in NATS where a subscription on `foo.>` can receive messages on `foo/bar`
or `foo/bar/baz`, but not on `foo`. To solve this, NATS Server will create two subscriptions,