Skip to content

Commit

Permalink
Creating a new module for Arrow Resilience (#3006)
Browse files Browse the repository at this point in the history
* Move out arrow-resilience module from arrow-fx

* Remove unused timeInMillis function

* Remove deprecated methods for Arrow Resilience

* Change resetTimeout and maxResetTimeout types to Duration

* Update CircuitBreaker documentation

* Reorganize imports

* Update knit files

* Update knit.properties file

---------

Co-authored-by: Simon Vergauwen <[email protected]>
  • Loading branch information
franciscodr and nomisRev authored Mar 30, 2023
1 parent e9031f9 commit 3ec5134
Show file tree
Hide file tree
Showing 28 changed files with 361 additions and 542 deletions.
282 changes: 0 additions & 282 deletions arrow-libs/fx/arrow-fx-resilience/api/arrow-fx-resilience.api

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes.
270 changes: 270 additions & 0 deletions arrow-libs/resilience/arrow-resilience/api/arrow-resilience.api

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
knit.package=arrow.fx.resilience.examples
knit.package=arrow.resilience.examples
knit.dir=src/jvmTest/kotlin/examples/

test.package=arrow.fx.resilience.examples.test
test.package=arrow.resilience.examples.test
test.dir=src/jvmTest/kotlin/examples/autogenerated/
Loading

0 comments on commit 3ec5134

Please sign in to comment.