# message-mocker **Repository Path**: bluedream_pp/message-mocker ## Basic Information - **Project Name**: message-mocker - **Description**: 分布式模拟数据生产器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-17 - **Last Updated**: 2025-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 子模块编译 maven 命令 ```shell -T4C clean install -pl cluster-base -am -f pom.xml ``` ## worker 在 zookeeper 中 在 zookeeper 的路径: /message-mocker/workers ```json [{ "ip": "", "host": "", "status": "" }] ``` status 的分类:RUNNING、STOP、、、 ## 任务在 zookeeper 中 任务的保存的路径:/message-mocker/tasks ```json [ { "testPointInfo": "", "status": [ "host1", "host2" ] } ] ```