Netflix / ndbench

Netflix Data Store Benchmark
Apache License 2.0
362 stars 105 forks source link

Make the contract for success/failure of read/write operations more explicit #227

Open sumanth-pasupuleti opened 5 years ago

sumanth-pasupuleti commented 5 years ago

Currently, the only way the operations are considered failure, is when they throw exceptions. A more explicit contract, say some kind of a Result enum could be more intuitive.