A library for interacting with NATS Jetstream from Elixir. This library builds on top of gnat, the officially supported Elixir client for NATS.
The test suite of this project is designed to interact with a live NATS/Jetstream server. You can start tests easily with these commands:
docker compose up -d
mix test
See the LICENSE and NOTICE files for license rights and limitations.