Open
Description
Feature Request
Proposal
Support gRPC Web to HTTP translation as part of maesh/traefik. Currently an additional envoy proxy instance is required.
This is related to traefik/traefik#4210
Background
For web clients a translation between http-grpc and grpc is required. Since most frameworks do not support this as in-process an external proxy must provide the protocol translation.
See https://github.com/grpc/grpc-web
Workarounds
Use envoy in addition to maesh.