mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-17 17:17:55 +08:00
removed typos and spelling errors from comments in quickstart (#3572)
This commit is contained in:
@@ -50,12 +50,12 @@ public class Consumer {
|
||||
*/
|
||||
|
||||
/*
|
||||
* Specify where to start in case the specified consumer group is a brand new one.
|
||||
* Specify where to start in case the specific consumer group is a brand-new one.
|
||||
*/
|
||||
consumer.setConsumeFromWhere(ConsumeFromWhere.CONSUME_FROM_FIRST_OFFSET);
|
||||
|
||||
/*
|
||||
* Subscribe one more more topics to consume.
|
||||
* Subscribe one more topic to consume.
|
||||
*/
|
||||
consumer.subscribe("TopicTest", "*");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user