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 2022/06/14 15:24:16 UTC

[GitHub] [rocketmq] mahaitao617 opened a new issue, #4462: where is the isOrderTopic used?

mahaitao617 opened a new issue, #4462:
URL: https://github.com/apache/rocketmq/issues/4462

   
   public class TopicPublishInfo {
       private boolean orderTopic = false;
       private boolean haveTopicRouterInfo = false;
       private List<MessageQueue> messageQueueList = new ArrayList<MessageQueue>();
       private volatile ThreadLocalIndex sendWhichQueue = new ThreadLocalIndex();
       private TopicRouteData topicRouteData;
   
       public boolean isOrderTopic() {
           return orderTopic;
       }
   
       public void setOrderTopic(boolean orderTopic) {
           this.orderTopic = orderTopic;
       }


-- 
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.apache.org

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


[GitHub] [rocketmq] github-actions[bot] commented on issue #4462: where is the isOrderTopic used?

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4462:
URL: https://github.com/apache/rocketmq/issues/4462#issuecomment-1595502697

   This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs.


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

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


[GitHub] [rocketmq] github-actions[bot] commented on issue #4462: where is the isOrderTopic used?

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4462:
URL: https://github.com/apache/rocketmq/issues/4462#issuecomment-1599757519

   This issue was closed because it has been inactive for 3 days since being marked as stale.


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

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


[GitHub] [rocketmq] github-actions[bot] closed issue #4462: where is the isOrderTopic used?

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4462: where is the isOrderTopic used?
URL: https://github.com/apache/rocketmq/issues/4462


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

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


[GitHub] [rocketmq] tsunghanjacktsai commented on issue #4462: where is the isOrderTopic used?

Posted by GitBox <gi...@apache.org>.
tsunghanjacktsai commented on issue #4462:
URL: https://github.com/apache/rocketmq/issues/4462#issuecomment-1157335918

   Hi @mahaitao617 ,
   
   As far as I know, TopicPublishInfo#isOrderTopic() hasn't been used in the current RocketMQ. However, I suggest we could keep it for a while to ensure that there isn't any usage within the other version and would not affect the future development. But thx for your notice :-)


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