Files
model-platform/contracts/events/README.md
T

12 lines
490 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Event Schemas
Redis Streams 事件以 JSON Schema Draft 2020-12 定义:
- `event-envelope-v1.json`:公共事件信封。
- `schedule-run-requested-v1.json`:请求启动一次调度运行。
- `job-node-execute-v1.json`:请求 Worker 执行一个稳定版本节点。
- `job-node-finished-v1.json`Worker 报告节点终态。
所有事件使用至少一次投递、Transactional Outbox 与 Consumer Inbox。
字段和状态值不得在生产者或消费者中另行定义。