membphis commented on code in PR #11844:
URL: https://github.com/apache/apisix/pull/11844#discussion_r1896474113


##########
apisix/control/v1.lua:
##########
@@ -269,6 +269,13 @@ local function iter_add_get_routes_info(values, route_id)
         if new_route.value.upstream and new_route.value.upstream.parent then
             new_route.value.upstream.parent = nil
         end
+        -- remove healthcheck info
+        new_route.checker = nil

Review Comment:
   @nic-chen pls take a look when you have time
   
   this changing seem fine to me, but I can not sure 100%



-- 
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]

Reply via email to