rik-org / rik

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.
https://rik-org.github.io/rik/
Apache License 2.0
70 stars 12 forks source link

protolib version 0.2.0 #14

Closed alexandrebrg closed 3 years ago

alexandrebrg commented 3 years ago

This version contains some update for metrics sending as we want to authenticate which worker send metrics. Also we added documentation so anyone who gets into this library can understand why and how use it.

Also, the format of instance_id has been updated to uint32, which is being discussed to be back to string for uuidv4. This is why the PR is still in draft for now.

FIle Cargo.lock has been deleted as explained in rust-lang it should be put in .gitignore for libraries

sameo commented 3 years ago

Still a draft PR?

alexandrebrg commented 3 years ago

Still a draft PR?

No more! It can be merged :)