Skip to content

WtfJoke/chaoskotlindemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaos Kotlin (Mediator Kotlin Port)

Media recommender (Mediator)

A demonstration app for Chaos Monkey for Spring Boot

Check out the Postman requests collection to play around:
Run in Postman

Details

Runs with following chaos monkey configuration (see application.yml or postman collection request "Actuator CM"):

{
    "chaosMonkeyProperties": {
        "enabled": true
    },
    "assaultProperties": {
        "level": 3,
        "latencyRangeStart": 1000,
        "latencyRangeEnd": 3000,
        "latencyActive": true,
        "exceptionsActive": false,
        "exception": {
            "type": null,
            "arguments": null
        },
        "killApplicationActive": false,
        "memoryActive": false,
        "memoryMillisecondsHoldFilledMemory": 90000,
        "memoryMillisecondsWaitNextIncrease": 1000,
        "memoryFillIncrementFraction": 0.15,
        "memoryFillTargetFraction": 0.25,
        "runtimeAssaultCronExpression": "OFF",
        "watchedCustomServices": null
    },
    "watcherProperties": {
        "controller": false,
        "restController": false,
        "service": true,
        "repository": true,
        "component": false
    }
}

Releases

No releases published

Packages

No packages published

Languages