Jashinck commented on code in PR #106:
URL: 
https://github.com/apache/rocketmq-eventbridge/pull/106#discussion_r1199867083


##########
adapter/runtime/src/main/java/org/apache/rocketmq/eventbridge/adapter/runtime/boot/EventRuleTransfer.java:
##########
@@ -75,15 +77,15 @@ public void run() {
                 this.waitForRunning(1000);
                 continue;
             }
-            Map<String, TransformEngine<ConnectRecord>> latestTransformMap = 
circulatorContext.getTaskTransformMap();

Review Comment:
   
变量,不需要全局化,资源释放参考下文CirculatorContext中:releaseTaskTransform方法,新建方法在CirculatorContext中完成相关资源释放。



-- 
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]

Reply via email to