Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 541 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 541 Bytes

vertx Event Bus Backpressure

Vertx Proof of Concept to control backpressure to Redis using the event bus.

Building and running using Bazel

bazel run :service

Passing unit tests using Bazel

bazel test :tests

Running from IntelliJ

IntelliJ

Building docker container

bazel build :container

Publishing docker image

bazel run :container

Generating fat jar

bazel build :run_deploy.jar