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/07/28 07:15:26 UTC

[GitHub] [rocketmq] xhrg opened a new issue, #4710: About the querymessage method of MQAdmin.java

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

   `
    /**
        * Query messages
        *
        * @param topic message topic
        * @param key message key index word
        * @param maxNum max message number
        * @param begin from when
        * @param end to when
        * @return Instance of QueryResult
        */
       QueryResult queryMessage(final String topic, final String **key**, final int maxNum, final long begin,
           final long end) throws MQClientException, InterruptedException;
   `
   When I test, the key cannot be "" or null,
   If the key can be empty, it will be much more convenient to query the message according to the time
   
   我测试的时候,发现key不能为空或者null
   如果key可以为空,根据时间查询消息会方便很多。
   


-- 
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 #4710: About the querymessage method of MQAdmin.java

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

   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] closed issue #4710: About the querymessage method of MQAdmin.java

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4710: About the querymessage method of MQAdmin.java
URL: https://github.com/apache/rocketmq/issues/4710


-- 
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 #4710: About the querymessage method of MQAdmin.java

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

   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