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 to evolve your schema safely. In this article, we’ll level up again and explore how Read more…