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 // 未知错误
}
GitHub 加速计划 / ro / rocketmq-dashboard
1.04 K
508
下载
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分支:3 个月前 )
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> 2 个月前
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> 3 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)