xwm1992 commented on code in PR #4389:
URL: https://github.com/apache/eventmesh/pull/4389#discussion_r1302791337
##########
eventmesh-connectors/eventmesh-connector-rocketmq/src/main/java/org/apache/eventmesh/connector/rocketmq/source/connector/RocketMQSourceConnector.java:
##########
@@ -71,14 +87,15 @@ public Class<? extends Config> configClass() {
}
@Override
- public void init(Config config) {
+ public void init(Config config) throws Exception {
Review Comment:
for now this init method with config is not used, use the init method with
the context instead.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]