Commit b07a4fe
authored
fix(core): DSPX-1944 Fix service negation for extra services (#2905)
### Proposed Changes
* Allow for service negation for extra services specified via
WithExtraServices and WithExtraCoreServices
* WithExtraCoreServices -- service run under core and all
* WithExtraServices -- services run under all and their own mode
specified by their namespace (maintaining previous behavior)
### Checklist
- [ ] I have added or updated unit tests
- [ ] I have added or updated integration tests (if appropriate)
- [ ] I have added or updated documentation
### Testing Instructions1 parent 4f9b8b9 commit b07a4fe
File tree
4 files changed
+338
-18
lines changed- service/pkg
- server
- serviceregistry
4 files changed
+338
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
73 | 89 | | |
74 | 90 | | |
75 | 91 | | |
| |||
0 commit comments