bravoban opened a new issue, #692: URL: https://github.com/apache/rocketmq-spring/issues/692
**BUG REPORT** 1. Please describe the issue you observed: 2. org.apache.rocketmq.spring.support.RocketMQUtil#createDefaultMQProducer 这个方法存在编译错误,看起来是构建org.apache.rocketmq.client.trace.AsyncTraceDispatcher对象时,缺少了参数 batchNum 3. Please tell us about your environment: 与环境无关,源码本身的内容 版本: <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-spring-boot-starter</artifactId> <version>2.3.1</version> </dependency> 4. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): 补充好参数就行了,或者修改org.apache.rocketmq.client.trace.AsyncTraceDispatcher 构造函数 -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org