Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make rabble functional :) #3

Merged
merged 4 commits into from
Oct 14, 2016
Merged

Make rabble functional :) #3

merged 4 commits into from
Oct 14, 2016

Conversation

andrewjstone
Copy link
Owner

Rabble is now fully functional from a conceptual standpoint. It has
cluster membership, lightweight processes, thread handlers that can send
and receive messages, and abstractions to build client API servers, with
the most fleshed out support for TCP servers.

A strong effort was made to handle most errors via
error_chain.

Logging is done using
slog

There are both single and multi-node chain replication tests and a
join/leave cluster membership test.

What remains is full user documentation describing the system and how to
use it. That will either come in this PR or subsequent PRs.

Rabble is now fully functional from a conceptual standpoint. It has
cluster membership, lightweight processes, thread handlers that can send
and receive messages, and abstractions to build client API servers, with
the most fleshed out support for TCP servers.

A strong effort was made to handle most errors via
[error_chain](https://brson.github.io/error-chain/error_chain/index.html).

Logging is done using
[slog](https://brson.github.io/error-chain/error_chain/index.html)

There are both single and multi-node chain replication tests and a
join/leave cluster membership test.

Architecture and user docs are in /doc
@andrewjstone andrewjstone merged commit 7c39b7d into master Oct 14, 2016
@andrewjstone andrewjstone deleted the cluster-server-rebase branch February 28, 2017 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant