question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

gRPC JSON service

See original GitHub issue

I want a gRPC json service. such as GrpcJsonServiceBuilder.service(myService).build(). On gRPC, there’s no JSON support. as a result, it’s hard to use on programming languages, that doesn’t have a gRPC client library.

I know there’s a grpc-gateway. But if there’s a GrpcJsonService, it may be advantage of armeria.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
trustincommented, Jul 10, 2017

@anuraaga Is this issue resolved? /cc @tokuhirom

0reactions
anuraagacommented, Jul 10, 2017

Ah, yeah it is 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Transcoding HTTP/JSON to gRPC - Cloud Endpoints
The gRPC API configuration standard for service configuration lets you specify exactly how data should be translated from HTTP/JSON to gRPC. Two mechanisms...
Read more >
gRPC JSON transcoding in ASP.NET Core gRPC apps
gRPC JSON transcoding is an extension for ASP.NET Core that creates RESTful JSON APIs for gRPC services. Once configured, transcoding allows ...
Read more >
gRPC + JSON
Gson is a popular library for Java for doing JSON encoding. Let's remove all the ... Let's continue with the Key-Value store service....
Read more >
gRPC-JSON transcoder - Envoy Proxy
This is a filter which allows a RESTful JSON API client to send requests to Envoy over HTTP and get proxied to a...
Read more >
grpc-ecosystem/grpc-gateway: gRPC to JSON proxy ... - GitHub
The gRPC-Gateway is a plugin of the Google protocol buffers compiler protoc. It reads protobuf service definitions and generates a reverse-proxy server which ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found