Jashinck commented on code in PR #92:
URL:
https://github.com/apache/rocketmq-eventbridge/pull/92#discussion_r1174545824
##########
adapter/runtimer/src/main/java/org/apache/rocketmq/eventbridge/adapter/runtimer/boot/EventRuleTransfer.java:
##########
@@ -43,17 +45,25 @@ public class EventRuleTransfer extends ServiceThread {
private static final Logger logger =
LoggerFactory.getLogger(EventRuleTransfer.class);
+ @Autowired
Review Comment:
EventRuleTransfer未进行@Component注解,下面其他注解类同。另,从引用来看,不需要注解
--
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]