1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

add note about JWT support

Signed-off-by: Colin Sullivan <colin@synadia.com>
This commit is contained in:
Colin Sullivan 2021-04-30 15:07:42 -06:00
parent 9f3d076c7b
commit 03178298a2

View File

@ -142,4 +142,8 @@ and the unaccounted for 2% would simulate message loss.
{ destination: myservice.requests.v3.fail, weight: 8% }
# the remaining 2% is "lost"
]
```
```
*Note: Subject Mapping and Traffic Shaping are also supported in the NATS
JWT model, although only through the [JWT API](https://github.com/nats-io/jwt).
`nsc` tooling support for subject mapping is coming soon.*