-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: Move envelope queueing directly into the endpoint handler (#1431)
The QueueEnvelope message no longer needs to reside on the EnvelopeManager since #1416. Instead, it has become a simple dispatch function that calls ProcessMetrics and ValidateEnvelope directly on the target actors. To skip a redundant message, this PR removes this message entirely and moves its code into the endpoint handler code. The BufferGuard has moved into utilities. There is no expected change in behavior or performance, although there could be a slight decrease in latency since the endpoint no longer has to wait for this actor.
- Loading branch information
Showing
7 changed files
with
178 additions
and
234 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.