Skip to content

Commit

Permalink
[ISSUE #650] Fix url and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hakusai22 committed May 10, 2024
1 parent c1dbf87 commit 344ca48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void run(String... args) throws Exception {
rocketMQTemplate.asyncSend(orderPaidTopic, new OrderPaidEvent("T_001", new BigDecimal("88.00")), new SendCallback() {
@Override
public void onSuccess(SendResult var1) {
System.out.printf("async onSucess SendResult=%s %n", var1);
System.out.printf("async onSuccess SendResult=%s %n", var1);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* load balance. It's required and needs to be globally unique.
*
*
* See <a href="http://rocketmq.apache.org/docs/core-concept/">here</a> for further discussion.
* See <a href="https://rocketmq.apache.org/docs/domainModel/07consumergroup">here</a> for further discussion.
*/
String consumerGroup();

Expand Down

0 comments on commit 344ca48

Please sign in to comment.