Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 756 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 756 Bytes

English | 中文

DDMQ Console

DDMQ Console is a Web service developed with Spring and Vue. Console is used to manage Topic/Group/Subscription, responsible for pushing configurations to zookeeper.

Deploy

  • Front-End

    Guide: console-frontend

  • console-backend

    Init MySQL table (use ddl/ddmq_init.sql)

    run build.sh && control.sh start

  • add pproxy & cproxy

    http://console_address:8080/carrera/api/odin/internal/v4/addPProxy?cluster=ddmq&host=pproxy_addr

    http://console_address:8080/carrera/api/odin/internal/v4/addCProxy?cluster=ddmq&host=cproxy_addr

  • add broker & namesvr

    need to manually update mq_server and cluster_mqserver_relation table.