Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idoshamun/lagom-google-pubsub

Google Pub/Sub integration for Lagom message broker API
https://github.com/idoshamun/lagom-google-pubsub

cqrs event-sourcing google-pubsub java lagom scala

Last synced: 4 months ago
JSON representation

Google Pub/Sub integration for Lagom message broker API

Awesome Lists containing this project

README

        

# 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:
* Kafka implementation embedded in Lagom by Lightbend
* [Kinesis implementation by StreetContxt](https://github.com/StreetContxt/lagom-kinesis)

### 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"`