An open API service indexing awesome lists of open source software.

https://github.com/hugofirth/shoal

Scala library for gossip based membership and failure detection
https://github.com/hugofirth/shoal

failure-detection gossip membership scala-library

Last synced: 4 days ago
JSON representation

Scala library for gossip based membership and failure detection

Awesome Lists containing this project

README

          

# Shoal

[![Build](https://github.com/hugofirth/shoal/workflows/build/badge.svg?branch=main)](https://github.com/hugofirth/shoal/actions?query=branch%3Amain+workflow%3Abuild) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.splitbrain/shoal-core_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.splitbrain/shoal-core_2.13)

A Scala library for gossip based membership and failure detection

**NOTE**: The readme contents below are auto populated by a scala library generator. There is not yet documentation, a microsite, or a maven build.

## Usage

The packages are published on Maven Central.

```scala
libraryDependencies += "io.splitbrain" %% "shoal-core" % ""
```

## Documentation

Links:

- [Website](https://splitbrain.io/shoal/)
- [API documentation](https://splitbrain.io/shoal/api/)

## Contributing

The Shoal project welcomes contributions from anybody wishing to participate. All code or documentation that is provided must be licensed with the same license that Shoal is licensed with (Apache 2.0, see [LICENCE](./LICENSE.md)).

People are expected to follow the [Scala Code of Conduct](./CODE_OF_CONDUCT.md) when discussing Shoal on GitHub, Gitter channel, or other venues.

Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also gladly accepted. For more information, check out the [contributor guide](./CONTRIBUTING.md).

## License

All code in this repository is licensed under the Apache License, Version 2.0. See [LICENCE](./LICENSE.md).