Jashinck commented on code in PR #106:
URL:
https://github.com/apache/rocketmq-eventbridge/pull/106#discussion_r1204912580
##########
adapter/runtime/src/main/java/org/apache/rocketmq/eventbridge/adapter/runtime/Runtime.java:
##########
@@ -58,17 +64,40 @@ public class Runtime {
private ErrorHandler errorHandler;
@PostConstruct
- public void initAndStart() {
- logger.info("Start init runtime.");
+ public void initAndStart() throws Exception {
+ logger.info("Start init runtimer.");
Review Comment:
runtimer -> runtime
--
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]