All Downloads are FREE. Search and download functionalities are using the official Maven repository.

playground.server.admin.v1.circuitbreaker Maven / Gradle / Ivy

Go to download

Middleware library based on Vert.x to build advanced JSON/REST communication servers

There is a newer version: 2.1.15
Show newest version
{
  "circuitCheckEnabled": true,
  "statisticsUpdateEnabled": true,
  "errorThresholdPercentage": 99,
  "entriesMaxAgeMS": 43200000,
  "minQueueSampleCount": 4,
  "maxQueueSampleCount": 2500,
  "openToHalfOpen": {
    "enabled": true,
    "interval": 120000
  },
  "unlockQueues": {
    "enabled": true,
    "interval": 10000
  },
  "unlockSampleQueues": {
    "enabled": true,
    "interval": 120000
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy