Closed jronak closed 3 years ago
Merging #317 (e99c268) into dev (0b7ba29) will decrease coverage by
0.53%
. The diff coverage is78.98%
.
@@ Coverage Diff @@
## dev #317 +/- ##
==========================================
- Coverage 90.70% 90.16% -0.54%
==========================================
Files 51 52 +1
Lines 2441 2583 +142
==========================================
+ Hits 2214 2329 +115
- Misses 165 179 +14
- Partials 62 75 +13
Impacted Files | Coverage Δ | |
---|---|---|
handler.go | 77.24% <77.24%> (ø) |
|
main.go | 92.92% <100.00%> (+1.65%) |
:arrow_up: |
encoding/thrift_request.go | 100.00% <0.00%> (+1.75%) |
:arrow_up: |
encoding/protobuf_health.go | 83.33% <0.00%> (+4.16%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 0b7ba29...44f4576. Read the comment docs.
@Dogild Addressed the comments, going to update the PR summary with the Yab streaming request example once the sample server (lottery/proberFx) is ready to accept streaming RPCs.
Will include the example in the commit summary when I squash and merge
Aim
Support gRPC streams in Yab
Changes
Next Stack: #319
How to test?
Download grpc-stream-test-server.zip, follow the
readme.md
to run the test server and dispatch streaming yab queriesClient Stream
STDIN mode
Server Stream
Bidirectional Stream
STDIN mode