Last Version

Reactive Google Cloud Pub/Sub driver with Reactor 0.2.2

Finally a Google Cloud Pub/Sub driver that you can wrap your mind around its internals and leverage this to implement efficient, backpressure-aware, asynchronous, debugging-friendly Pubsub requests that play nicely with your existing Reactor code base.

License

License

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

com.vlkan
ArtifactId

ArtifactId

reactor-pubsub
Version

Version

0.2.2
Type

Type

jar
Description

Description

Reactive Google Cloud Pub/Sub driver with Reactor
Finally a Google Cloud Pub/Sub driver that you can wrap your mind around its internals and leverage this to implement efficient, backpressure-aware, asynchronous, debugging-friendly Pubsub requests that play nicely with your existing Reactor code base.
Project URL

Project URL

https://github.com/vy/reactor-pubsub
Source Code Management

Source Code Management

http://github.com/vy/reactor-pubsub

Download reactor-pubsub 0.2.2


<!-- https://jarcasting.com/artifacts/com.vlkan/reactor-pubsub/ -->
<dependency>
    <groupId>com.vlkan</groupId>
    <artifactId>reactor-pubsub</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan/reactor-pubsub/
implementation 'com.vlkan:reactor-pubsub:0.2.2'
// https://jarcasting.com/artifacts/com.vlkan/reactor-pubsub/
implementation ("com.vlkan:reactor-pubsub:0.2.2")
'com.vlkan:reactor-pubsub:jar:0.2.2'
<dependency org="com.vlkan" name="reactor-pubsub" rev="0.2.2">
  <artifact name="reactor-pubsub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan', module='reactor-pubsub', version='0.2.2')
)
libraryDependencies += "com.vlkan" % "reactor-pubsub" % "0.2.2"
[com.vlkan/reactor-pubsub "0.2.2"]

Dependencies

compile (8)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
io.projectreactor : reactor-core jar 3.4.3
io.projectreactor.netty : reactor-netty jar 1.0.4
com.google.code.findbugs : jsr305 jar 3.0.2
com.fasterxml.jackson.core : jackson-databind jar [2.12.1,)
com.fasterxml.jackson.module : jackson-module-afterburner Optional jar [2.12.1,)
com.google.auth : google-auth-library-oauth2-http jar 0.23.0
io.micrometer : micrometer-core Optional jar 1.6.4

test (7)

Group / Artifact Type Version
junit : junit jar [4.13.2,)
org.apache.logging.log4j : log4j-core jar [2.14.0,)
org.apache.logging.log4j : log4j-slf4j-impl jar [2.14.0,)
org.assertj : assertj-core jar 3.19.0
org.mockito : mockito-core jar 3.7.7
com.github.tomakehurst : wiremock-jre8 jar 2.27.2
io.micrometer : micrometer-registry-prometheus jar 1.6.4

Project Modules

There are no modules declared in this project.