Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged grpc

0 votes
912 views
1 answer
    I have simple code with example protobuf on scala proto file syntax = "proto3"; package grpc.example; message ... -solve-problem-with-compile-protobuf-in-scala-project-on-windows10...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    I was trying to build a grpc service using the following plugin. Seems like the plugin is not able to use ... -protoc-failed-google-protobuf-wrappers-proto-file-not-found-error-in...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    When sending grpc requests through nginx concurrently, I received at client: Caused by: io.netty.handler. ... questions/65881809/concurrent-requests-through-nginxs-grpc-pass-failed...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
804 views
1 answer
    I have an existing Rails 6.1 app running in Docker. I want to add Anycable with anycable-go running as a service ... -both-rest-api-and-anycable-in-rails-6-app-running-in-docker...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am trying out a sample GRPC project and am using Java 8 with gradle 7. I seem to have the right dependencies ... . Appreciate any input on why the sources aren't being generated...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
942 views
1 answer
    I am trying out a sample GRPC project and am using Java 8 with gradle 7. I seem to have the right dependencies ... . Appreciate any input on why the sources aren't being generated...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
938 views
1 answer
    据我了解到,前端使用 grpc-web 来与 grpc 服务通信。 但是发现 grpc-web 需要 grpc 服务生成接口 js 文件。 那么问题来了,每次接口有更新,就得重新生成 js 文件,后端生成的这个 js 文件,难不成要通过 QQ 传给我?这个技术咋那么别扭呢。...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    grpc 服务端之间需要互相调用需要互相注册成客户端和服务端吗...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.2k views
1 answer
    刚开始学习grpc 遇到问题请教下 model: type User struct { Id int64 `json:"id"` Nickname string `json:"nickname"` } func Users()[]*User { var rows [ ... .User 返回 但是pb生成的是[]*pb.User // 请问要如何解决呢? }...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...