Samunroyu opened a new pull request, #1822:
URL: https://github.com/apache/incubator-pegasus/pull/1822

   ### What problem does this PR solve? <!--add issue link with summary if 
exists-->
   Integrating a retry mechanism into the Java client enhances user convenience 
and robustness.
   
   
   ##### Tests <!-- At least one of them must be included. -->
   
   - Unit test, for DefaultRetryPolicy test and ExponentialBackoffRetryPolicy 
test
   
   ##### Code changes
   
   - Has exported 
java-client/src/main/java/org/apache/pegasus/client/ClientOptions.java change
   - Add 
java-client/src/main/java/org/apache/pegasus/client/retry/DefaultRetryPolicy.java
   - Add 
java-client/src/main/java/org/apache/pegasus/client/retry/ExponentialBackoffRetryPolicy.java
   - Add 
java-client/src/main/java/org/apache/pegasus/client/retry/RetryPolicies.java
   - Add 
java-client/src/main/java/org/apache/pegasus/client/retry/RetryPolicy.java
   - Had exported 
java-client/src/main/java/org/apache/pegasus/rpc/async/ClientRequestRound.java
   - Had exported 
java-client/src/main/java/org/apache/pegasus/rpc/async/ClusterManager.java
   - Had exported 
java-client/src/main/java/org/apache/pegasus/rpc/async/ReplicaSession.java
   - Had exported 
java-client/src/main/java/org/apache/pegasus/rpc/async/TableHandler.java
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to