-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
encoding/thrift: Plumb the outbounds calling logic into the generated…
… yarpc client code @smyth provided the initial logic for making oubounds thrift calls using the thriftrw 'no-wire' (read: streaming) implementation. Leverage this logic in the generated yarpc client code. This is done through generating a completely independent client and leveraging that code path iff the new no-wire client was generated and if it was enabled.
- Loading branch information
Showing
25 changed files
with
1,007 additions
and
550 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
30 changes: 21 additions & 9 deletions
30
encoding/thrift/internal/observabilitytest/test/testserviceclient/client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.