FauxRPC and Protovalidate

FauxRPC, a tool for generating fake gRPC servers, now integrates with protovalidate, which lets you define validation rules in your Protobuf definitions. Now every request processed by FauxRPC will be automatically validated against your protovalidate rules. Not only will you get high quality data validation in your application, but now you can have the same validation before you even write your application logic! Let’s walk through how this new feature works.

kmcd.dev
FauxRPC and Protovalidate

FauxRPC, a tool for generating fake gRPC servers, now integrates with protovalidate, which lets you define validation rules in your Protobuf definitions. Now every request processed by FauxRPC will be automatically validated against your protovalidate rules. Not only will you get high quality data validation in your application, but now you can have the same validation before you even write your application logic! Let’s walk through how this new feature works.

kmcd.dev
🪧 FauxRPC + Test Containers: Effortless gRPC Mocking in Go
https://kmcd.dev/posts/fauxrpc-testcontainers/
#protobuf #grpc #testing #testcontainers #fauxrpc #mocking #stubs
FauxRPC + Test Containers

Effortless gRPC Mocking in Go

kmcd.dev
🪧 FauxRPC + Test Containers: Effortless gRPC Mocking in Go
https://kmcd.dev/posts/fauxrpc-testcontainers/
#protobuf #grpc #testing #testcontainers #fauxrpc #mocking #stubs
FauxRPC + Test Containers

Effortless gRPC Mocking in Go

kmcd.dev