Commit Graph

12 Commits

Author SHA1 Message Date
StyleTang
7f413e10ee [ISSUE #743] Implement RocketMQ message trace UI (#744)
* Backend
1. Add viewMessageTraceGraph method (aggregate MessageTraceView list)
2. MessageTraceView add filed requestId and retryTimes
3. Add Unit Test MessageTraceServiceImplTest
4. Add lombok dependency

Frontend
1. implement message trace graph UI
2. upgrade echarts to 5.1.2
3. message trace page can fetch messageId from routeParams

* 1. fix code style issue
2. fix pom duplicate maven-compiler-plugin issue

* 1. subAfterTrace groupName use subBeforeTrace groupName instead
2. fix MessageTraceServiceImplTest UT

* 1. implement features
  1.1 support transaction message trace
  1.2 support only producer trace enabled case
  1.3 support only consumer trace enabled case
2. add(fix) trace type (message type)
3. use rocketmq.version = 4.9.0

* [ISSUE #743] fix trace UI issue (when costTime is 0, will not show trace node)
Solution: use minimum width 1
2021-07-13 14:39:00 +08:00
von gosling
312e951fa0 fix(ssl): SelfSignedCertificate work well with JDK15 2021-03-31 18:27:23 +08:00
von gosling
f7cd7b3287 fix(jdk15): resolve aspecj exception 2021-03-31 17:11:13 +08:00
Demogorgon314
c440b443a5 Support query message by page (#688) 2021-03-11 18:24:11 +08:00
zhangjidi2016
1a31ede986 [ISSUE #666]Upgrade RocketMQ version (#667)
Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
2021-01-20 14:31:54 +08:00
von gosling
86c4cddec1 Optimize dependencies and support JDK 11+ 2021-01-13 09:06:12 +08:00
affe
f37df9532f [ISSUE #565] Upgrade rocketmq-console to use Spring Boot 2.2.2 (#600)
* feat(rocketmq-console) set spring version to 2.2.2

* feat(connect-console) refactor all the codes

* bug(rocketmq-console) updated aspectj version

* bug(rocketmq-console) excluded slf4j and logback dependencies in
rocketmq dependencies
2020-07-28 10:45:20 +08:00
vongosling
ace652a33d Update to be compitable with the latest spring and rocketmq release version 2020-07-27 17:08:05 +08:00
walking98
61b74f066d Fixed the user.properties file loading error 2019-04-17 11:49:31 +08:00
DaiChaoLi
c11f815e1e update rocketmq version (#233) 2019-04-09 14:46:11 +08:00
Hu Zongtang
efb5e9a1f2 [ISSUE #525]Support the message track detail showing function in the rocketmq console (#154)
* I have finished developing the new feature for the message track which includes the part of rocketmq-console#525 initially.Please review it.

* [ISSUE #525] Support the message track,add the function which supports trace topic name value configurable by users.

* [ISSUE#525]optimize codes for message track

* [ISSUE#525]remove the unnecessary codes for msg trace feature.

* [ISSUE#525]implement the HttpBasicAuthorizedFilter to add Basic realm="rocketmq" in the http response header
2019-01-04 15:24:56 +08:00
yukon
b29f52bdfb Remove the 'ng' suffix of sub projects. 2017-03-16 09:58:57 +08:00