Browse Source

docs: fix typo (#586)

Co-authored-by: Fu Diwei <fudiwei@RHQYZ-iMacBookA1398.local>
master
RHQYZ 4 years ago
committed by GitHub
parent
commit
e95b72525e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/content/user-guide/en/cap/configuration.md
  2. +1
    -1
      docs/content/user-guide/zh/cap/configuration.md

+ 1
- 1
docs/content/user-guide/en/cap/configuration.md View File

@@ -39,7 +39,7 @@ The default consumer group name, corresponding to different names in different T


!!! info "Mapping" !!! info "Mapping"
Map to [Queue Names](https://www.rabbitmq.com/queues.html#names) in RabbitMQ. Map to [Queue Names](https://www.rabbitmq.com/queues.html#names) in RabbitMQ.
Map to Topic Name in Apache Kafka.
Map to [Consumer Group Id](http://kafka.apache.org/documentation/#group.id) in Apache Kafka.
Map to Subscription Name in Azure Service Bus. Map to Subscription Name in Azure Service Bus.


#### Version #### Version


+ 1
- 1
docs/content/user-guide/zh/cap/configuration.md View File

@@ -37,7 +37,7 @@ services.AddCap(config =>
默认的消费者组的名字,在不同的 Transports 中对应不同的名字,可以通过自定义此值来自定义不同 Transports 中的名字,以便于查看。 默认的消费者组的名字,在不同的 Transports 中对应不同的名字,可以通过自定义此值来自定义不同 Transports 中的名字,以便于查看。


> 在 RabbitMQ 中映射到 [Queue Names](https://www.rabbitmq.com/queues.html#names)。 > 在 RabbitMQ 中映射到 [Queue Names](https://www.rabbitmq.com/queues.html#names)。
> 在 Apache Kafka 中映射到 Topic Name
> 在 Apache Kafka 中映射到 [Consumer Group Id](http://kafka.apache.org/documentation/#group.id)
> 在 Azure Service Bus 中映射到 Subscription Name。 > 在 Azure Service Bus 中映射到 Subscription Name。


#### Version #### Version


Loading…
Cancel
Save