https://github.com/axonframework/axonframework-firestarter
AxonFramework module for starting fires in your applications
https://github.com/axonframework/axonframework-firestarter
Last synced: 8 months ago
JSON representation
AxonFramework module for starting fires in your applications
- Host: GitHub
- URL: https://github.com/axonframework/axonframework-firestarter
- Owner: AxonFramework
- License: apache-2.0
- Created: 2023-03-14T10:18:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T09:17:50.000Z (over 1 year ago)
- Last Synced: 2025-02-17T10:26:13.405Z (over 1 year ago)
- Language: Kotlin
- Size: 704 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AxonFramework-FireStarter
AxonFramework module for starting fires in your applications.
Simply add the starter and you can visit `/fire-starter/` on your application and apply taints!
```xml
org.axonframework.firestarter
firestarter-spring-starter
0.0.2
```
## Taint types
You can apply three different types of taints:
- *Fixed Delay*: This action will always include a delay that's predefined
- *Random Delay*: This action will always include a delay that's between the lower and upper bounds given
- *Error Rate*: Introduces Checked or Runtime exceptions at a predefined rate
## Preview

## Persistence
Taints are persisted in memory and do not persist past a reboot of your application.