Browse Source

Update docs for NATS.

master
Savorboard 3 years ago
parent
commit
b194d60830
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      docs/content/user-guide/en/transport/nats.md
  2. +2
    -2
      docs/content/user-guide/zh/transport/nats.md

+ 1
- 1
docs/content/user-guide/en/transport/nats.md View File

@@ -3,7 +3,7 @@
[NATS](https://nats.io/) is a simple, secure and performant communications system for digital systems, services and devices. NATS is part of the Cloud Native Computing Foundation (CNCF).

!!! warning
We currently implement NATS provider based on Request/Response mode, and we plan to replace it with JetStream in future version.
Versions of CAP below 5.2.0 are implement based on Request/Response mode, and now we are based on JetStream implementation.
see https://github.com/dotnetcore/CAP/issues/983 for more information.

## Configuration


+ 2
- 2
docs/content/user-guide/zh/transport/nats.md View File

@@ -3,9 +3,9 @@
[NATS](https://nats.io/)是一个简单、安全、高性能的数字系统、服务和设备通信系统。NATS 是 CNCF 的一部分。

!!! warning
我们当前基于 Request/Response 实现,我们计划将来版本中替换为 JetStream
CAP 5.2.0 以下的版本基于 Request/Response 实现, 现在我们已经基于 JetStream 实现
查看 https://github.com/dotnetcore/CAP/issues/983 了解更多。
## 配置

要使用NATS 传输器,你需要安装下面的NuGet包:


Loading…
Cancel
Save