{"id":15174145,"url":"https://github.com/claudio-code/spring-circuit-breaker-cucumber-wiremock","last_synced_at":"2026-01-26T22:43:55.514Z","repository":{"id":242796423,"uuid":"809536973","full_name":"Claudio-code/spring-circuit-breaker-cucumber-wiremock","owner":"Claudio-code","description":":memo: How configure circuit breaker, cucumber and wiremock on spring framework","archived":false,"fork":false,"pushed_at":"2024-06-06T16:02:18.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T10:14:25.247Z","etag":null,"topics":["circuit-breaker","cucumber","cucumber-java","feign-client","resilience4j","spring","wiremock"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Claudio-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-03T00:37:00.000Z","updated_at":"2024-06-06T16:03:26.000Z","dependencies_parsed_at":"2024-06-05T03:29:33.514Z","dependency_job_id":"0b87aa8e-fc8c-4421-81a4-4a07526ac349","html_url":"https://github.com/Claudio-code/spring-circuit-breaker-cucumber-wiremock","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"d239d14b9349ff3611a9e0a341063822f2f8c494"},"previous_names":["claudio-code/spring-circuit-breaker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Claudio-code%2Fspring-circuit-breaker-cucumber-wiremock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Claudio-code%2Fspring-circuit-breaker-cucumber-wiremock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Claudio-code%2Fspring-circuit-breaker-cucumber-wiremock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Claudio-code%2Fspring-circuit-breaker-cucumber-wiremock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Claudio-code","download_url":"https://codeload.github.com/Claudio-code/spring-circuit-breaker-cucumber-wiremock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239887180,"owners_count":19713610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["circuit-breaker","cucumber","cucumber-java","feign-client","resilience4j","spring","wiremock"],"created_at":"2024-09-27T11:40:16.070Z","updated_at":"2026-01-26T22:43:55.423Z","avatar_url":"https://github.com/Claudio-code.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring with Circuit Breaker\n\n## Introduction\n\nThis project uses Resilience4j, a fault tolerance library designed for Java8 and functional programming. Resilience4j provides several modules to help your application withstand failures in a distributed system, allowing you to build resilient applications.\n\n## Modules\n\nResilience4j used configurations:\n\n-  **slidingWindowType**: Type of Circuit Breaker based in request count.\n\n-  **registerHealthIndicator**: Show address in health check.\n\n-  **failureRateThreshold**: Sets rate limit failure in 50% to circuit breaker switch to open state.\n\n-  **minimumNumberOfCalls**: Sets request amount 5 to circuit analysis.\n\n-  **automaticTransitionFromOpenToHalfOpenEnabled**: Enable automatic state transition.\n\n-  **waitDurationInOpenState**: Sets duration to 60s of state circuit open to avoid calls on service that has errors.\n\n-  **permittedNumberOfCallsInHalfOpenState**: Sets 3 requests to analysis state to half opened.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudio-code%2Fspring-circuit-breaker-cucumber-wiremock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudio-code%2Fspring-circuit-breaker-cucumber-wiremock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudio-code%2Fspring-circuit-breaker-cucumber-wiremock/lists"}