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


##########
adapter/runtime/src/main/java/org/apache/rocketmq/eventbridge/adapter/runtime/boot/common/CirculatorContext.java:
##########
@@ -169,28 +117,32 @@ public TargetRunnerConfig getRunnerConfig(String 
runnerName){
      * @param connectRecords
      */
     public boolean offerEventRecords(List<ConnectRecord> connectRecords) {
+        for (ConnectRecord record : connectRecords) {
+            record.addExtension(RuntimeConfigDefine.RECEIVE_TIME, 
String.valueOf(System.currentTimeMillis()));
+        }

Review Comment:
   这块可以删掉了



##########
adapter/runtime/src/main/java/org/apache/rocketmq/eventbridge/adapter/runtime/boot/common/CirculatorContext.java:
##########
@@ -169,28 +117,32 @@ public TargetRunnerConfig getRunnerConfig(String 
runnerName){
      * @param connectRecords
      */
     public boolean offerEventRecords(List<ConnectRecord> connectRecords) {
+        for (ConnectRecord record : connectRecords) {
+            record.addExtension(RuntimeConfigDefine.RECEIVE_TIME, 
String.valueOf(System.currentTimeMillis()));
+        }

Review Comment:
   这块可以删掉了



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