Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 744 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 744 Bytes

Application example

RESTapi service.

Tech stack

REST

REQUEST RESPONSE
GET /health 200 OK and app-id
POST /app 200 OK

Notes

Pay attention to config file application.conf, it is loaded by typesafe config.

DiscoveryAgentActor responsible for registration this app instance in consul and send each (10 sec default) health check to consul.