Skip to content

Instantly share code, notes, and snippets.

View aubreylouw's full-sized avatar

Aubrey Louw aubreylouw

  • Chicago, IL
View GitHub Profile
@phoenix24
phoenix24 / sample-cluster-client
Last active May 19, 2022 18:12
sample akka cluster client.
package spikes.cluster
import akka.actor._
import com.typesafe.config.ConfigFactory
import akka.contrib.pattern.{ClusterClient, ClusterReceptionistExtension}
object DemoMaster {
def main(args: Array[String]): Unit = {