From 03178298a2a77bcae8720bf100082d0f780e5a42 Mon Sep 17 00:00:00 2001 From: Colin Sullivan Date: Fri, 30 Apr 2021 15:07:42 -0600 Subject: [PATCH] add note about JWT support Signed-off-by: Colin Sullivan --- .../configuration/subject_mapping/subject_mapping.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nats-server/configuration/subject_mapping/subject_mapping.md b/nats-server/configuration/subject_mapping/subject_mapping.md index 58afcbb..7bb6f3c 100644 --- a/nats-server/configuration/subject_mapping/subject_mapping.md +++ b/nats-server/configuration/subject_mapping/subject_mapping.md @@ -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" ] -``` \ No newline at end of file +``` + +*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.* \ No newline at end of file