# Goal Implement the ClusterFilter. # Description Currently, the `ClusterFilter` is implemented as a tower's `Layer`, which can let us take full advantage of the other middleware provided by `tower-http`. TODO: Add the `ClusterFilter` according to the name.