-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove *Request to fix streaming client context (#153)
Context in client streams doesn't include the span due to the `*Request` requiring information only included once the connection is created. This PR removes the `*Request` in favor of simply providing the `connect.Spec` information. This allows for correctly initializing the span so its included in the context passed to the machinery to issue the call. Backward-incompatible changes: * Removes exported `*Request` object (breaking change) * Changes option filters to use `connect.Spec` instead of `*Request` (breaking change)
- Loading branch information
1 parent
07e7942
commit 6ccd433
Showing
6 changed files
with
94 additions
and
139 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
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.