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: 6 months ago
JSON representation
Google Pub/Sub integration for Lagom message broker API
- Host: GitHub
- URL: https://github.com/idoshamun/lagom-google-pubsub
- Owner: idoshamun
- License: mit
- Created: 2018-01-06T19:20:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T06:37:20.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T14:37:38.209Z (over 1 year ago)
- Topics: cqrs, event-sourcing, google-pubsub, java, lagom, scala
- Language: Scala
- Size: 69.3 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"`