Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Cancelling Retries #47

Closed
wants to merge 2 commits into from
Closed

Add Support for Cancelling Retries #47

wants to merge 2 commits into from

Conversation

rgmz
Copy link

@rgmz rgmz commented May 18, 2020

Motivation:

This fixes #46.

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

@rgmz
Copy link
Author

rgmz commented May 18, 2020

@vietj Here's my first pass at #46, let me know your thoughts.

There is an issue resolving the dependencies for the latest snapshot (hence Travis CI failure), but it works if you switch back to an older version:

diff --git a/pom.xml b/pom.xml
index 8b9ffae..b7afb9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   </parent>
 
   <artifactId>vertx-circuit-breaker</artifactId>
-  <version>3.9.2-SNAPSHOT</version>
+  <version>3.9.0</version>

Also, I wasn't sure if I should use master or 3.9 as a base. I went with the latter, but I can switch it to master.

@rgmz
Copy link
Author

rgmz commented May 19, 2020

The meat of the changes are in the first commit (8e3d35e), b8efb68 just provides some enhancements.

@rgmz rgmz closed this by deleting the head repository Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant