Kotlin + gRPC: Nesting, Composition, Validations, and Idiomatic Builder DSL
In the first two articles of this series, we built our first gRPC service in Kotlin and explored the essentials of Protobuf schema design from optional and repeated fields to enums, oneof, maps, and how Read more…