Skip to content

idoshamun/lagom-google-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lagom Google Pub/Sub provider

An Implementation of Lagom Message Broker API for Google Pub/Sub.

This project is currently still an early experiment and is not suitable for production use.

This project is derived from:

Installation

Producer

Add the following to your build.sbt

libraryDependencies += "com.elegantmonkeys" %% "lagom-scaladsl-google-pubsub-broker" % "1.0.0-RC1"

Subscriber

Add the following to your build.sbt

libraryDependencies += "com.elegantmonkeys" %% "lagom-scaladsl-google-pubsub-client" % "1.0.0-RC1"