lignum icon indicating copy to clipboard operation
lignum copied to clipboard

A distributed message queue.

Results 5 lignum issues
Sort by recently updated
recently updated
newest added

Would be cool to build in raft to reach consensus instead of using consul as a dependency. There are a bunch of [implementations](https://raft.github.io/) available, many are simple libraries that can...

Noticed that when I killed leader, the current active follower got elected as leader and it had a one follower. There was only one node was left to run which...

lignum currently doesn't store any metadata about the topic, it infers from the topic persisted in disk. Adding this will be good but not necessary as of now

good first issue

## What On a multinode cluster * `Node A` starts and connects to consul server, no further communication until session renewal. * `Node B` starts and see's `Node A` as...