Skip to content Skip to sidebar Skip to footer
Showing posts with the label Grpc

Mocking Grpc Status Code ('rpcerror' Object Has No Attribute 'code') In Flask App

I have to create a unittest that should mock a specific grpc status code (in my case I need NOT_FOU… Read more Mocking Grpc Status Code ('rpcerror' Object Has No Attribute 'code') In Flask App

Make Grpc Messages Json Serializable

I have a gRPC definition that contains repeated scalar values. For example message Request { boo… Read more Make Grpc Messages Json Serializable

How To Increase Message Size In Grpc Using Python

I am using grpc for message passing and am testing a simple server and client. When my message siz… Read more How To Increase Message Size In Grpc Using Python

Can't Make Grpc Work With Python Requests Rest Api Call

Need help in wiring the grpc client/server to listen to rest requests. Want to execute a post reque… Read more Can't Make Grpc Work With Python Requests Rest Api Call