scala

New Executable Jar Plugin Available for Apache Maven

Hunter Payne

The gap between development and production environments https://github.com/creditkarma/maven-exec-jar-plugin The Maven executable jar plugin was made at Credit Karma by developers who wanted their local environment to match their application’s production environment. In other deployment formats used by Java/Scala apps, jars are smashed together into either one “uber” jar or zipped into a file that must be uncompressed […]

Read more

Understanding Akka’s Quarantine State

Scott Livingston

Originally posted in Scott Livingston’s blog At Credit Karma, my team maintains a service powered by a multi node Akka cluster. Akka is a framework for building distributed, concurrent, and message-driven systems in Scala. It helps us easily scale our service, and gives us some resilience when problems inevitably happen in production. In this post, I’ll cover two […]

Read more