AxonFramework / AxonFramework-FireStarter

AxonFramework module for starting fires in your applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

<dependency>
    <groupId>org.axonframework.firestarter</groupId>
    <artifactId>firestarter-spring-starter</artifactId>
    <version>0.0.1-SNAPSHOT</version>
</dependency>

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

Persistence

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

About

AxonFramework module for starting fires in your applications

License:Apache License 2.0


Languages

Language:Kotlin 62.9%Language:Vue 24.8%Language:SCSS 4.7%Language:HTML 3.4%Language:TypeScript 3.0%Language:JavaScript 1.0%Language:CSS 0.1%