Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axonframework/axonframework-firestarter
AxonFramework module for starting fires in your applications
https://github.com/axonframework/axonframework-firestarter
Last synced: 6 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T10:15:11.000Z (16 days ago)
- Last Synced: 2024-10-28T13:38:25.466Z (16 days ago)
- Language: Kotlin
- Size: 597 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
![img.png](img.png)## Persistence
Taints are persisted in memory and do not persist past a reboot of your application.