Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.