Dropwizard Kotlin in a Docker container

Dropwizard Kotlin in a Docker container

Docker is a fantastic way to run micro-services like Dropwizard in a cloud environment. Because the service should be stateless, you can spin up multiple instances of them easily, allowing increased resilience (if one instance becomes unresponsive), simplified no outage deployments (can easily spin up new versions of the software) and much more. Docker also runs instance in their own […]