AlinsRan commented on code in PR #12256: URL: https://github.com/apache/apisix/pull/12256#discussion_r2106763294
########## apisix/stream/router/ip_port.lua: ########## @@ -233,7 +233,9 @@ function _M.stream_init_worker(filter) user_routes, err = core.config.new("/stream_routes", { automatic = true, item_schema = core.schema.stream_route, - checker = stream_route_checker, + checker = function(item) Review Comment: refer `stream_route_checker(item, in_cp)`: In_cp is only applicable to admin-api. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org