amino-os / Amino.Run

Amino Distributed OS - Runtime Manager
Apache License 2.0
29 stars 12 forks source link

Add ConsensusRSMPolicy to minnietwitter example #789

Closed quinton-hoole closed 5 years ago

quinton-hoole commented 5 years ago
  1. Add AtLeastOnceRPCPolicy
  2. Prevent main() from swallowing exceptions, so that gradle can actually report errors.
  3. Adjust AtLeastOnceRPCPolicy default retry timeout from 5s to 10s
quinton-hoole commented 5 years ago

Addressed comments. Squashing and merging.