Skip to content

Commit

Permalink
Update 09subscription.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemaxis committed Feb 11, 2024
1 parent 56c615a commit ab4d0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versioned_docs/version-5.0/03-domainModel/09subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ Apache RocketMQ 是按照消费者分组粒度管理订阅关系,因此,同
//Consumer c1
Consumer c1 = ConsumerBuilder.build(groupA);
c1.subscribe(topicA,"TagA");
//Consumer c2Consumer
c2 = ConsumerBuilder.build(groupA);
//Consumer c2
Consumer c2 = ConsumerBuilder.build(groupA);
c2.subscribe(topicA,"TagB");
```

Expand Down

0 comments on commit ab4d0a4

Please sign in to comment.