
RocketMQ-Dashboard TrackType 含义
rocketmq-dashboard
The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is evidently made available to the user.
项目地址:https://gitcode.com/gh_mirrors/ro/rocketmq-dashboard
·
package org.apache.rocketmq.tools.admin.api;
public enum TrackType {
CONSUMED, // 消息已经被消费
CONSUMED_BUT_FILTERED, // 消息已经投递但被过滤
PULL, // 消息消费的方式是拉模式
NOT_CONSUME_YET, // 目前没有被消费
NOT_ONLINE, // CONSUMER不在线
UNKNOWN // 未知错误
}
The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is evidently made available to the user.
最近提交(Master分支:5 个月前 )
464f57ad
* fix:Fixed the issue that normal messages in version v4 are not showed
* feat:support retryMaxTimes args set
---------
Co-authored-by: yuanziwei <yuanziwei@xiaomi.com>
Co-authored-by: yuanziwei.akai <yuanziwei.akai@bytedance.com> 4 个月前
5d08d3b1
* fix:Fixed the issue that normal messages in version v4 are not showed
* feat:support unspecified topic
---------
Co-authored-by: yuanziwei <yuanziwei@xiaomi.com> 6 个月前
更多推荐




所有评论(0)