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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(server): Delay serving global config in managed mode before upstream response #2697
feat(server): Delay serving global config in managed mode before upstream response #2697
Changes from all commits
370eb3b
8634049
b250419
8bc4c6b
f155001
0266eb0
d555e7b
c6206bc
0cdffda
dc13b9c
9600a42
397c477
0e9a04e
6b68257
1a68659
dc3efad
9e1d168
249b77b
0c944c3
03758eb
522ea67
3aebe13
c35d4ce
a8b8ef0
cd3b1ef
33dd47a
5955890
faf7794
6b75701
3d3ec26
2b5dde1
fa9e47e
fbd2fc8
19a366a
a6cd5f1
06e262c
86a396f
1e8d941
a6dd1c7
96fb0e1
f5adc52
887bc98
4bb1cbf
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we replace
send
withsend_replace
because in case theres not yet a receiversend_replace
will populate the receiver when it gets constructed later.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved global config from the envelopeprocessor to the processorstate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now that 'inner' is irrelevant, i'll remove it in following pr