Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 297 Bytes

File metadata and controls

18 lines (15 loc) · 297 Bytes

Health API

Check health status

  • Endpoint: /health
  • Description: Check the health status of the subscriber
  • Example: curl http://localhost:8080/health
  • Output:
{
  "details": {
    "database": "reachable",
    "grpc": "reachable"
  },
  "status": "ok"
}