Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 699 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 699 Bytes

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"