Creating and testing gRPC server interceptors in Ruby
Recently I had to create gRPC interceptors in Ruby, but finding a good way to test them was harder than I initially thought. So, I decided to document my approach to testing, for both unit and integration tests. You can read the full article here.
Post a comment