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

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

The newest version!
{
  "properties": [
    {
      "name": "spring.cloud.polaris.ratelimit.enabled",
      "type": "java.lang.Boolean",
      "defaultValue": true,
      "description": "Enable polaris rate limit or not."
    },
    {
      "name": "spring.cloud.polaris.ratelimit.rejectRequestTips",
      "type": "java.lang.String",
      "defaultValue": "",
      "description": "Custom tips when reject request."
    },
    {
      "name": "spring.cloud.polaris.ratelimit.rejectRequestTipsFilePath",
      "type": "java.lang.String",
      "defaultValue": "",
      "description": "Custom tips file path when reject request."
    },
    {
      "name": "spring.cloud.polaris.ratelimit.rejectHttpCode",
      "type": "java.lang.Integer",
      "defaultValue": "429",
      "description": "Custom http code when reject request."
    },
    {
      "name": "spring.cloud.polaris.ratelimit.maxQueuingTime",
      "type": "java.lang.Long",
      "defaultValue": "1000",
      "description": "Max queuing time when using unirate."
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy