zio-keeper
zio-keeper copied to clipboard
A ZIO library for building distributed systems
Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from 2.2.2 to 2.2.10. [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.2.10) - [Version Diff](https://github.com/scalameta/mdoc/compare/v2.2.2...v2.2.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Hi, I just cloned this project and was trying to execute tests by running: ```sh sbt test ``` But it looks some of them fail on my computer: ``` Failed...
Hi @mijicd @pshemass @mschuwalow @vasilmkd ! Here's the **PoC** of "coordinator" leader election and JGroups module together with "Distributed HashMap" usage example. As I said it's the simplest possible approach...
we should support leader election to be able to assign role to particular node in the cluster.
we should have docker compose or terraform script to setup cluster locally for testing
one of most important part of distributed system is observability that's why we should build our library with this mindset. Probably we should try to use https://github.com/zio/zio-metrics if it is...
shards and partitions will be pretty useful when it comes to build any distributed storage mechanism.
We should add TLS version of transport that could be mixin with TCP or UDP transports.
The current version of library API ignores any potential security issues (e.g. unauthorized access to cluster / data). This issue should be used to enumerate major vulnerabilities, exchange relevant papers...