Proxy, Record, and Mock gRPC APIs with FauxRPC

· kmcd.dev · June 30, 2026, 10:24 a.m.
Summary
This blog post discusses FauxRPC, a tool designed to automate the process of API testing by using smart proxying, reflection, and CEL, thus eliminating the need for manual mock stubs. It highlights the benefits of automating testing and improving efficiency in gRPC API workflows.