Hi, Proto3 specification for Protocol buffer states that if a scalar message field is set to its default value, the value will not be serialized on the wire.
However, in case we have a scalar field set to default value, e.g. an int32 message field with value set as 0, Is there a way to emit it with default value in Java? Thanks! Rupleena -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/bb1f46d0-fb6c-4f50-9605-9ceaa9bfb918%40googlegroups.com.
