[grpc-io] How to connect grpc server to another grpc server and send the response to grpc client

2024-12-01 Thread Harith Danula Vithanage
Im using golang with grpc to build a supply chain management system. it will be using plugin-type architecture. so my concern is that I have client side which will request data from specific plugin. so that all request should go the core and the core should redirect it to the specific plugin an

[grpc-io] Re: CPU usage high on v1.37.1 on Yocto environment (while using UDS)

2024-12-01 Thread Suraj Kottayi
c++ 17 On Wednesday, 27 November 2024 at 14:40:22 UTC+9 MV Shiva Prasad wrote: > What gRPC language are you using? > > On Thursday, November 21, 2024 at 9:25:00 PM UTC+5:30 Suraj Kottayi wrote: > >> What version of gRPC and what language are you using? >> >> gRPC : v1.37.1 >> protobuf : v3.15.2 >

[grpc-io] Re: How to proxy locally using NGINX

2024-12-01 Thread mehrdad...@gmail.com
Standard gRPC/Protobuf servicers are by default attached to specific paths like "/ServiceName/MethodName" not under "/grpc" so you need to proxy those specific paths in nginx config -- Mehrdad Afshari CEO, Signeen.com On Wednesday, November 27, 2024 at 7:00:42 PM UTC-8

[grpc-io] Add typing for python code compiler

2024-12-01 Thread Robert Aistleitner
Hey there, I previously used another grpc library called betterproto which generates pretty nice python code (stubs and servicer classes), but as I noticed later has pretty poor performance. For this reason I switched to this grpc library w