removed typos and spelling errors from comments in quickstart (#3572)

This commit is contained in:
Naman rai
2021-12-02 15:52:06 +08:00
committed by GitHub
parent d6f3ed6c1a
commit 16cabf020c
@@ -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", "*");