Relative Content

Tag Archive for goprotocol-buffersgrpcgrpc-gogrpc-gateway

Go-grpc-gateway: invalid character ‘<' looking for beginning of value

I’m trying to create an app using go grpc gateway but I faced with the problem. I integrate external service using it’s webhooks that use XML format. But as I understand grpc gateway doesn’t support request via XML so I decided to create a middleware that will convert XML to JSON in this way:

Serialization problem in grpc gateway(go)

I’m trying to create a microservice app using grpc gateway, but faced with a small problem. When I try to send request to api, my fields initialize as zero-value. It’s the first time when I’m trying grpc gateway so the problem can be kinda stupid.