From 175dc21d2d7ff50485e03d043720b328649f7984 Mon Sep 17 00:00:00 2001 From: hansongChina <252671213@qq.com> Date: Mon, 25 Feb 2019 22:13:42 +0800 Subject: [PATCH] [RIP-9] Update incorrect symbol (#886) [RIP-9] update incorrect symbol --- docs/en/Troubleshoopting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Troubleshoopting.md b/docs/en/Troubleshoopting.md index 2948355e..d43d00e3 100644 --- a/docs/en/Troubleshoopting.md +++ b/docs/en/Troubleshoopting.md @@ -20,7 +20,7 @@ Solution: Execute `export NAMESRV_ADDR=ip:9876` (ip refers to the address of Na Solution: The jar package of RocketMQ, such as rocketmq-client, should be the same version on the consumer and producer. -## 3. When adding a new topic consumer group, historical messages can‘t be consumed. +## 3. When adding a new topic consumer group, historical messages can't be consumed. > Problem: When a new consumer group of the same topic is started, the consumed message is the current offset message, and the historical message is not obtained. -- GitLab