#How framework can serialize google.protobuf.StringValue and others nullable primitive values gRPC ?
9 messages · Page 1 of 1 (latest)
i have this same
The nestjs microservices abstraction allows you to set a custom setializer and a deserializer classes.
If I remember correctly, you can set them in the ClientsModule and in app.connectMicroservice
Ooooo! Thanks I'm looking something like that. Do You know maybe where I can find a samples?
I don't know if there's an example, I discovered it in the NestJS source when I was developing a custom Kafka transporter. When I get to a computer, I'll have a closer look
Any other way to bypass app.connectMicroservice?
What do you mean by bypass?
we do not using microservicves connection