Support for application/grpc-web+[proto, json, thrift]
See original GitHub issueIs your feature request related to a problem? Please describe. load test a web server that runs on grpc-web+[proto, json, thrift] https://github.com/grpc/grpc-web
Describe the solution you’d like we can use “scalapb-grpcweb” for generating Scala sources needed to implement clients for gRPC-web (similar to “scalapb-runtime-grpc”) Similar structure/template that was used for supporting gRPC over http/2.0 i.e
grpc("Requests 1")
.rpc(GrpcWeb.METHOD_AUTH)
.payload(
AuthRequest(
email = "sample@gmail.com"
)
)
.header(ReqIdHeader)(Random.alphanumeric take 30 mkString "")
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Using Human Readable JSON Endpoints with Thrift (for Free)
Create a way to manually convert between human readable JSON toThrift and vice versa, and maintain it for every single struct, service & ......
Read more >Transform from thift to json - thrift - Stack Overflow
Perform a command-line transformation -- write a simple compiled Java client that accepts Thrift input and converts it using a JSON ...
Read more >Json to Thrift with twitter/scrooge - Google Groups
I'm trying to use a simple Thrift structure and the native generated Scala code from twitter/scrooge. Thrift to Scala and back works well....
Read more >thrift/README.md at master · apache/thrift - js - GitHub
This browser based Apache Thrift implementation supports RPC clients using the JSON protocol over Http[s] with XHR and WebSocket. License. Licensed to the ......
Read more >JSON RPC vs SOAP vs Apache Thrift What to Use ... - YouTube
Evolution API Server is now Thriftly.io - developed by mertech.complease visit: https://thriftly.ioAs API development continues to grow, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m talking about porting this file.
Finally able to trigger request from Gatling/Scala towards envoy proxy by following procedure mentioned in link
And finally above data variable is used in Gatling http request body