Alex Zhang

Results 408 comments of Alex Zhang

Hi there, I'd like to know if there are any plans for pushing this PR?

@wyaow Could you introduce the backgrounds that why you want such a feature? We do can solve it technically, but we'll be more interested in the cause.

> I come from apisix-ingress-controller. we have many pod ips, I wanna checking this ips is exists, so i can't using active checker, i use only tcp passive checker. if...

@FinerKeysen Could you give us an actual case about why we need to support the retry policy on the route level? I know that Envoy supports configuring retry policy both...

Strange, as per the upstream configuration you given, APISIX will use the `grpc-service.namespace.svc.cluster.local` as the host (authority) header.

@caozhi6655 Could you give a reproducible case? The custom plugin is vital and could you paste more codes about it? You can remove all the private, business-related logic but the...

If you add these response headers before APISIX forwards gRPC messages to the backend, these headers will be overwritten by the gRPC proxy module. Try the header filter module.

> Hitting two routes is random if the conditions for participating in the match are identical for both routes. You should avoid this situation. It's not random, all requests will...

@Jadesource Please check out the CI jobs (the code lint was failed).

Are you sending theses requests concurrently? APISIX limits the concurrent http2 stream to 128 by default (http2_max_concurrent_stream).