I created a gRPC method that returns a response with some fields as null and some as strings. When I view the response in Postman, the null values are converted to empty strings. I need the null values to be returned as null. I also used oneof for this, but if the value from the database is null, it's not an issue. However, if the value is a string, gRPC throws an error. How can I handle null values?
-- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/e760c44a-5b44-4668-bc2d-c370d56c8743n%40googlegroups.com.