Resilience4J Circuit Breaker Structure
JSON structure for Resilience4j CircuitBreaker configuration.
Type:
Properties: 0
BulkheadCircuit BreakerFault ToleranceJavaMicroservicesRate LimiterResilienceRetrySpring BootFunctional Programming
Resilience4j Circuit Breaker Configuration is a JSON Structure definition published by Resilience4j.
{
"name": "Resilience4j Circuit Breaker Configuration",
"description": "JSON structure for Resilience4j CircuitBreaker configuration.",
"fields": [
{
"name": "resilience4j.circuitbreaker.configs",
"type": "map<string, CircuitBreakerConfig>",
"description": "Named shared configuration profiles."
},
{
"name": "resilience4j.circuitbreaker.instances",
"type": "map<string, CircuitBreakerInstance>",
"description": "Named circuit breaker instances."
},
{
"name": "slidingWindowType",
"type": "string",
"enum": ["COUNT_BASED", "TIME_BASED"],
"default": "COUNT_BASED",
"description": "Type of sliding window used to record calls."
},
{
"name": "slidingWindowSize",
"type": "integer",
"default": 100,
"description": "Size of the sliding window (calls or seconds)."
},
{
"name": "minimumNumberOfCalls",
"type": "integer",
"default": 100,
"description": "Minimum calls before error rate calculation."
},
{
"name": "failureRateThreshold",
"type": "number",
"default": 50,
"description": "Failure rate percentage to open the circuit."
},
{
"name": "slowCallRateThreshold",
"type": "number",
"default": 100,
"description": "Slow call rate percentage to open the circuit."
},
{
"name": "slowCallDurationThreshold",
"type": "duration",
"default": "60s",
"description": "Duration after which a call is considered slow."
},
{
"name": "waitDurationInOpenState",
"type": "duration",
"default": "60s",
"description": "Time the circuit stays open before trying half-open."
},
{
"name": "permittedNumberOfCallsInHalfOpenState",
"type": "integer",
"default": 10,
"description": "Number of calls permitted in half-open state."
},
{
"name": "automaticTransitionFromOpenToHalfOpenEnabled",
"type": "boolean",
"default": false,
"description": "Enable automatic transition from OPEN to HALF_OPEN."
},
{
"name": "recordExceptions",
"type": "array<string>",
"description": "Exception classes counted as failures."
},
{
"name": "ignoreExceptions",
"type": "array<string>",
"description": "Exception classes that are ignored."
},
{
"name": "baseConfig",
"type": "string",
"description": "Shared configuration name to inherit from (instances only)."
}
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/resilience4j-circuit-breaker-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.