Skip to content

A minimal Akka Streams library for implementing flows with ZeroMQ sockets.

License

Notifications You must be signed in to change notification settings

sjednac/reactive-zeromq

Repository files navigation

Reactive Streams for ZeroMQ

A minimal Akka Streams library for implementing flows with ZeroMQ sockets, inspired by Reactive Kafka. Features:

  • PUB socket sink
  • SUB socket source
  • PUSH socket sink
  • PULL socket source

Internal communication is currently implemented using JeroMQ (a pure Java implementation of ZMQ).

Gatling Tests

A DSL for building ZeroMQ load tests is provided by the benchmarks module. To run sample tests:

sbt benchmarks/gatling-it:test 

About

A minimal Akka Streams library for implementing flows with ZeroMQ sockets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages