You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/08/11 02:35:11 UTC

[GitHub] [rocketmq] makabakaboom commented on a change in pull request #3232: [ISSUE #3231]add topic expire time policy

makabakaboom commented on a change in pull request #3232:
URL: https://github.com/apache/rocketmq/pull/3232#discussion_r686447791



##########
File path: common/src/main/java/org/apache/rocketmq/common/TopicConfig.java
##########
@@ -29,6 +29,7 @@
     private TopicFilterType topicFilterType = TopicFilterType.SINGLE_TAG;
     private int topicSysFlag = 0;
     private boolean order = false;
+    private Integer expirationTime;
 

Review comment:
       nice  suggestion




-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org