Baoyuantop commented on issue #13325: URL: https://github.com/apache/apisix/issues/13325#issuecomment-4540827836
Thanks for the clear regression report. This looks like a real bug. In the enable_admin=false plus stream_proxy case, the HTTP worker still needs to validate stream routes, but the xRPC protocol schema can be skipped during initialization, so the stream route schema check fails with an unknown protocol. The fix should ensure xRPC schemas are available whenever stream route validation can run, and it should include a regression test for enable_admin=false, stream_proxy, and xRPC-based stream_routes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
