feat(stovepipe): add orchestrator service#182
Merged
Conversation
…mpose Add example/stovepipe/orchestrator client and server (Dockerfile, compose), stovepipe/orchestrator proto stack and ping controller, and top-level example/stovepipe/docker-compose.yml for gateway + orchestrator + MySQL. Extend Makefile with orchestrator Linux build, local-stovepipe-* targets, proto generation, and Gazelle resolve for stovepipe/orchestrator/protopb. Update example and stovepipe READMEs for the two-service layout.
behinddwalls
reviewed
Jun 2, 2026
Collaborator
behinddwalls
left a comment
There was a problem hiding this comment.
do you want to add extension, entity to the stovepipe/orchestrator as well?
Contributor
Author
We currently have them one level above (e.g. here), to be shared between orchestrator/gateway. I think this should be ok - we'll probably be more likely to want to share between stovepipe orchestrator and gateway than across the boundary between submitqueue and stovepipe. |
behinddwalls
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set up stovepipe orchestrator service and ensure that the stack can be launched.
Why?
Similar to submitqueue, we will use the gateway service for API handling, and an orchestrator service to process work. This will give us more flexibility in deployment.
What?
Add separate orchestrator layer which will mainly be used to provide a controller that can be injected via fx and deployed.
Test Plan