contour icon indicating copy to clipboard operation
contour copied to clipboard

Gateway API: handle Route conflicts with GRPCRoute.Matches

Open lubronzhan opened this issue 5 months ago • 1 comments

Please describe the problem you have [A clear, concise, description of the problem you are facing. What is the problem that feature X would solve for you?] Follow up on https://github.com/projectcontour/contour/issues/3608 Now HTTPRoute has match conflict check but GRPCRoute is process later, so it could overwrites the route defined in HTTPRoute. But what we want is what is processed first should take precedance over other routes.

lubronzhan avatar Mar 13 '24 02:03 lubronzhan