RESTapi service.
- Akka (actor, http, stream)
- Consul-client java
- Shade plugin for fat-jar
- Java 8
- Docker
REQUEST | RESPONSE |
---|---|
GET /health | 200 OK and app-id |
POST /app | 200 OK |
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.