diff --git a/docs/en/Troubleshoopting.md b/docs/en/Troubleshoopting.md index 2948355e351c8b8aa6456d93253e6a5daadf0ce0..d43d00e392098c6a12773c66c14ab6eb399abca3 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.