Johnnyhooyo opened a new issue #802:
URL: https://github.com/apache/rocketmq-externals/issues/802
i have a question:
```
HashMap<String, String> configMap = new HashMap<>();
configMap.put(RocketMQConfig.NAME_SERVER_ADDR, serviceUrl);
JavaInputDStream<MessageExt> stream =
RocketMqUtils.createJavaMQPullStream(jsc, subs,
Lists.newArrayList(topic), ConsumerStrategy.earliest(),
false, false, false,
LocationStrategy.PreferConsistent(), configMap);
```
set autocommit to false, and do not commit after. but i never receive the
message again.
so what i missed make this mistake.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]