Skip to content
Snippets Groups Projects
Unverified Commit c1a1daee authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Split runtime components out of config in the orchestrator impl (#2832)

This PR moves all the "runtime components", pieces that are core to the
operation of the orchestrator, into a separate `RuntimeComponents` type
for the orchestrator to reference directly.

The reason for this is so that these core components cannot be changed
by interceptors while the orchestrator is executing a request.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 3ee63a84
No related merge requests found
Showing
with 99 additions and 53 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment