idoshamun / lagom-google-pubsub

Google Pub/Sub integration for Lagom message broker API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Google Pub/Sub integration for Lagom message broker API

License:MIT License


Languages

Language:Scala 97.0%Language:Java 3.0%