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

Merge pull request #231 from nats-io/typo

Fix a sentence in What's new in 2.2.
This commit is contained in:
Ginger Collison
2021-03-16 17:14:53 -05:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ Why wait for timeouts when services arent available? When a request is made t
### Subject Mapping and Traffic Shaping ### Subject Mapping and Traffic Shaping
Reduce risk when onboarding new services. Canary deployments, A/B testing, and transparent teeing of data streams are now fully supported in NATS. The NATS Server allows accounts to form subject mappings from one subject to another for both client inbound and service import invocations and allows weighted sets for the destinations. Map any percentage - 1 to 100 percent of your traffic - to other subjects, and change this at runtime with a server configuration reload. You can even artificially drop a percentage of traffic to introduce into your system. Reduce risk when onboarding new services. Canary deployments, A/B testing, and transparent teeing of data streams are now fully supported in NATS. The NATS Server allows accounts to form subject mappings from one subject to another for both client inbound and service import invocations and allows weighted sets for the destinations. Map any percentage - 1 to 100 percent of your traffic - to other subjects, and change this at runtime with a server configuration reload. You can even artificially drop a percentage of traffic to introduce chaos testing in to your system.
### Account Monitoring - More Meaningful Metrics ### Account Monitoring - More Meaningful Metrics