Skip to content

Commit

Permalink
[Issue 5729]Picture and text are not match (apache#5737)
Browse files Browse the repository at this point in the history
Fixes apache#5729 

### Motivation

Picture and text are not match.

### Modifications
changed the ```Consumer-A``` to ```Consumer A-0```
  • Loading branch information
huangdx0726 authored and sijie committed Nov 27, 2019
1 parent 0ce3371 commit 531aab0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion site2/docs/concepts-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ A subscription is a named configuration rule that determines how messages are de

In *exclusive* mode, only a single consumer is allowed to attach to the subscription. If more than one consumer attempts to subscribe to a topic using the same subscription, the consumer receives an error.

In the diagram below, only **Consumer-A** is allowed to consume messages.
In the diagram below, only **Consumer A-0** is allowed to consume messages.

> Exclusive mode is the default subscription mode.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ A subscription is a named configuration rule that determines how messages are de

In *exclusive* mode, only a single consumer is allowed to attach to the subscription. If more than one consumer attempts to subscribe to a topic using the same subscription, the consumer receives an error.

In the diagram above, only **Consumer-A** is allowed to consume messages.
In the diagram above, only **Consumer A-0** is allowed to consume messages.

> Exclusive mode is the default subscription mode.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ A subscription is a named configuration rule that determines how messages are de

In *exclusive* mode, only a single consumer is allowed to attach to the subscription. If more than one consumer attempts to subscribe to a topic using the same subscription, the consumer receives an error.

In the diagram above, only **Consumer-A** is allowed to consume messages.
In the diagram above, only **Consumer A-0** is allowed to consume messages.

> Exclusive mode is the default subscription mode.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ A subscription is a named configuration rule that determines how messages are de

In *exclusive* mode, only a single consumer is allowed to attach to the subscription. If more than one consumer attempts to subscribe to a topic using the same subscription, the consumer receives an error.

In the diagram above, only **Consumer-A** is allowed to consume messages.
In the diagram above, only **Consumer A-0** is allowed to consume messages.

> Exclusive mode is the default subscription mode.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ A subscription is a named configuration rule that determines how messages are de

In *exclusive* mode, only a single consumer is allowed to attach to the subscription. If more than one consumer attempts to subscribe to a topic using the same subscription, the consumer receives an error.

In the diagram above, only **Consumer-A** is allowed to consume messages.
In the diagram above, only **Consumer A-0** is allowed to consume messages.

> Exclusive mode is the default subscription mode.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ A subscription is a named configuration rule that determines how messages are de

In *exclusive* mode, only a single consumer is allowed to attach to the subscription. If more than one consumer attempts to subscribe to a topic using the same subscription, the consumer receives an error.

In the diagram above, only **Consumer-A** is allowed to consume messages.
In the diagram above, only **Consumer A-0** is allowed to consume messages.

> Exclusive mode is the default subscription mode.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ A subscription is a named configuration rule that determines how messages are de

In *exclusive* mode, only a single consumer is allowed to attach to the subscription. If more than one consumer attempts to subscribe to a topic using the same subscription, the consumer receives an error.

In the diagram below, only **Consumer-A** is allowed to consume messages.
In the diagram below, only **Consumer A-0** is allowed to consume messages.

> Exclusive mode is the default subscription mode.
Expand Down

0 comments on commit 531aab0

Please sign in to comment.