[EN] Contributing to Envoy Proxy #6: Issue Analysis — Where do we add bitfield_ro?
📚 This post is part of the Contribution envoy series (Part 7) View full series → Background In the previous post (#5: Custom Envoy Proxy Deployment), I deployed a self-built Envoy into a Minikube cluster and compared the responses from accessing Redis directly versus going through the Envoy proxy. We confirmed that the bitfield_ro command is rejected as an unknown command by the proxy. ...