sync icon indicating copy to clipboard operation
sync copied to clipboard

Metaparticle/Sync: Cloud native synchronization libraries using Kubernetes for Java, Javascript and .NET (and more coming soon)

Results 6 sync issues
Sort by recently updated
recently updated
newest added

All &str are 'static by default so its not needed; a while loop that just breaks is the same as an if statement and Handler can derive copy because it...

It would be great if you could publish the java api's to maven central so that they would be easily consumed by various JVM build tools

I had hoped to publish the rust package to crates.io following the merge of #12, but unfortunately am prevented by rust-lang/crates.io#1142 . Ideally, someone in the @metaparticle-io organization would be...

There is an instantiation of **Lock** class inside **Election** class. This makes **Election** class dependent on **Lock** class. You can see instantiation at https://github.com/metaparticle-io/sync/blob/master/python/metaparticle_sync/election.py#L8:21. IMHO, instance of **Lock** class should...

I was wondering what your thoughts would be on passing a cancellation token to each of the funcs in the .net implementation. This can then be checked, while the code...