You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/07/07 08:00:33 UTC

[GitHub] [incubator-apisix] souzens edited a comment on issue #1809: request help: Health Checks can support Backup server?

souzens edited a comment on issue #1809:
URL: https://github.com/apache/incubator-apisix/issues/1809#issuecomment-654671064


   and another request:
   
   sometimes http work and health check  listen on different ports  ,
   
   like spring boot cloud 
   http api request works on 8080,
   but acturator health works on 8888 port
   
   so  a router config like :
   
   "checks": {
               "active": {
                   "http_path": "/acturtor/health",
                   "port": "8888",
                   "host": "test",
                   "healthy": {
                       "interval": 2,
                       "successes": 1
                   },
                   "unhealthy": {
                       "interval": 1,
                       "http_failures": 2
                   }
               },
   
   i did not find any port define in https://github.com/apache/incubator-apisix/blob/master/apisix/schema_def.lua#L81
   
   is it  supported now ? 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org