Commit 68c0f18
committed
refactor(HttpDispatcher): replace broker calls with direct service dispatch for data operations
- Introduced a new method `callData` to handle data service operations (create, get, update, delete, query, batch) directly.
- Removed legacy broker calls from various methods, enhancing service resolution and error handling.
- Updated metadata handling to prioritize service resolution over broker calls, improving modularity and maintainability.
- Cleaned up code by removing unnecessary logging and legacy fallback mechanisms.1 parent 431747b commit 68c0f18
File tree
10 files changed
+303
-1052
lines changed- apps
- server
- lib
- server
- studio
- server
- src
- lib
- mocks
- packages
- plugins/plugin-hono-server/src
- runtime/src
10 files changed
+303
-1052
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 113 | | |
118 | 114 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 115 | | |
126 | 116 | | |
127 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 136 | | |
141 | 137 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | 138 | | |
149 | 139 | | |
150 | 140 | | |
| |||
0 commit comments