Filibuster 2.0: Microservice Linter, Redundant RPCs

03 Sep 2023

You can also use Filibuster’s dynamic analysis linter to find microservice smells.

Here’s one: executing the same RPC multiple times, since you’ve already got the response and shouldn’t issue a failure-possible, expensive RPC again.