Rafa Castelblanque
Rafa Castelblanque
Totally agree on the naming. `cluster`, `cluster-wide`,`cluster-level`..etc, sound more accurate instead of global. Specially when it comes to multicluster, `global` gets confusing, e.g. "global to the cluster or global to...
> Keen to understand why you think this short-cut is worth making the decision a client responsibility? It was done like this mainly to avoid having to analyze each payload...
> using a header means the client decides, which we'd want to avoid. Yes, but the drawback of not having a header is that we need to inspect every single...
Update on the implementation of payload inspection: - After some investigation, realized that `cmux.MatchWriter` can't be used as it is evaluated too early in the process. Payload body is parsed...
Tried different approaches, but there are some factors that make the proxying very tricky when having to take the payload as deciding piece for proxying. - One by one inspection...