Commit fa8cf85
feat: add orchestrator pipeline, TopicRegistry, and CI improvements
- Add TopicRegistry to centralize queue topic configuration and
decouple controllers from subscription details
- Refactor consumer to accept TopicRegistry instead of raw queue +
subscriber name
- Add request controller to orchestrator pipeline with publisher for
forwarding to next stage
- Generate gomock mocks for consumer, queue, publisher, and subscriber
interfaces
- Simplify server startup by removing retry loops (rely on Docker
Compose healthchecks via --wait)
- Auto-tail container logs to stderr during integration/e2e tests
- Fix CI Bazel caching: use disk-cache + repo-cache from .bazelrc,
per-job cache keys to avoid save races
- Stream test output in real-time (--test_output=streamed)
- Remove redundant .github/actions/logs (logs now stream automatically)
- Consolidate PROJECT_STRUCTURE.md into CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8ec2c45 commit fa8cf85
39 files changed
Lines changed: 1497 additions & 1224 deletions
File tree
- .github
- actions
- logs
- run-bazel-test
- setup
- workflows
- core/consumer
- mock
- doc
- howto
- example/server
- gateway
- orchestrator
- extension
- queue
- mock
- sql
- storage/mysql
- gateway/controller
- orchestrator/controller/request
- test
- integration/extension
- queue/sql
- storage/mysql
- testutil
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
8 | 20 | | |
9 | 21 | | |
10 | 22 | | |
11 | | - | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | | - | |
| 26 | + | |
14 | 27 | | |
| 28 | + | |
| 29 | + | |
15 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
| |||
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
74 | | - | |
75 | | - | |
76 | 72 | | |
77 | 73 | | |
78 | 74 | | |
| |||
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
86 | | - | |
87 | | - | |
88 | 82 | | |
89 | 83 | | |
90 | 84 | | |
| |||
0 commit comments