gorums
                                
                                 gorums copied to clipboard
                                
                                    gorums copied to clipboard
                            
                            
                            
                        doc: revise and augment user guide
Make progression of different examples ranging from
- Simple gRPC example
- Load balancing accessing two distinct services
- Distributed storage with simple majority quorums (both single-writer and multi-writer)
- Distributed storage with byzantine quorums
- Advanced protocol: Paxos with majority quorum??
- Advanced quorum functions with correctables (can we use EPaxos as an example, or could we do something else?)
- Advanced quorum functions with per_node_argandcustom_return_type
(consider splitting this issue into a separate issue for each example.)
The examples above should also describe how to organize your repos, and how to use the vendor folder. Moreover, we should also describe an advanced example where you want to extend Gorums as a library like was done for the Raft implementation (@s111).
The load balancing example can benefit from this blog post. Perhaps we could specify a bachelor thesis for implementing the various LB alternatives described in the blog post.