pandaapo commented on code in PR #4389:
URL: https://github.com/apache/eventmesh/pull/4389#discussion_r1302621428
##########
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:
If this initialization method is used, the `offsetStorageReader` during
subsequent execution will be null.
--
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]