SteveYurongSu commented on code in PR #12138:
URL: https://github.com/apache/iotdb/pull/12138#discussion_r1531621389


##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/event/EnrichedEvent.java:
##########
@@ -59,6 +59,12 @@ public abstract class EnrichedEvent implements Event {
 
   protected boolean shouldReportOnCommit = false;
 
+  protected String topic;
+
+  public String getTopic() {
+    return topic;
+  }
+

Review Comment:
   Remove unused



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