liftbridge-io / java-liftbridge

Java client for Liftbridge. https://github.com/liftbridge-io/liftbridge
7 stars 1 forks source link
client cloud-native grpc java java-liftbridge liftbridge messaging nats pubsub streaming

java-liftbridge CircleCI

This project is under development

Java client for Liftbridge, a system that provides lightweight, fault-tolerant message streams for NATS.

Liftbridge provides the following high-level features:

This project is under active development and changing rapidly. For basic usage, for now refer to the tests.

Testing

To run the tests, first start the standalone dev image:

$ docker run -t -p 4222:4222 -p 9292:9292 -p 8222:8222 -p 6222:6222 liftbridge/standalone-dev:latest

Then, go to the project's root dir and run ./gradlew test.

Feature list