zyong2004 opened a new issue #3432:
URL: https://github.com/apache/rocketmq/issues/3432
Producer must be start pullMessageService?
` // Start pull service
//producer don't start pullMessageService
if (!getDefaultMQProducer().getProducerSide()) {
this.pullMessageService.start();
}`
it's ok?
--
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]