Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.