andrewluotechnologies opened a new pull request #72: ATLAS-3508: Add API for getting the active instance as a HTTP status code (503 or 200) URL: https://github.com/apache/atlas/pull/72 Currently, Atlas exposes the active instance using the web API /api/atlas/admin/status. However, this returns the status using a string embedded in the body of the response rather than a HTTP error code. For haproxy, this works but requires a sufficient buffer size for the response. On the other hand, for certain proxies (envoy in particular), this is not supported. This proposes to add a new API to return the status of the instance as an HTTP error code: 200 for active, 503 for passive
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
