Spring Boot starter for Chaos Middleware

The Chaos Middleware lets you practice chaos engineering on the application level by injecting delays and faults to simulate turbulent conditions. By specifying routes, the Chaos Middleware enables you to minimize the blast radius and keep the focus on the interesting parts of your application.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.proofdock
ArtifactId

ArtifactId

spring-boot-starter-chaos-middleware
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot starter for Chaos Middleware
The Chaos Middleware lets you practice chaos engineering on the application level by injecting delays and faults to simulate turbulent conditions. By specifying routes, the Chaos Middleware enables you to minimize the blast radius and keep the focus on the interesting parts of your application.
Project URL

Project URL

https://proofdock.io

Download spring-boot-starter-chaos-middleware

How to add to project

<!-- https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-chaos-middleware/ -->
<dependency>
    <groupId>io.proofdock</groupId>
    <artifactId>spring-boot-starter-chaos-middleware</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-chaos-middleware/
implementation 'io.proofdock:spring-boot-starter-chaos-middleware:0.1.4'
// https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-chaos-middleware/
implementation ("io.proofdock:spring-boot-starter-chaos-middleware:0.1.4")
'io.proofdock:spring-boot-starter-chaos-middleware:jar:0.1.4'
<dependency org="io.proofdock" name="spring-boot-starter-chaos-middleware" rev="0.1.4">
  <artifact name="spring-boot-starter-chaos-middleware" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.proofdock', module='spring-boot-starter-chaos-middleware', version='0.1.4')
)
libraryDependencies += "io.proofdock" % "spring-boot-starter-chaos-middleware" % "0.1.4"
[io.proofdock/spring-boot-starter-chaos-middleware "0.1.4"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.3.4.RELEASE
io.proofdock : chaos-middleware-core jar 0.1.4
com.fasterxml.jackson.core : jackson-databind jar 2.11.2
org.apache.httpcomponents : fluent-hc jar 4.5.12
ch.qos.logback : logback-classic jar 1.2.3

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
com.github.tomakehurst : wiremock jar 2.27.2

Project Modules

There are no modules declared in this project.

Chaos Middleware for Java

CI Coverage

The Chaos Middleware lets you practice chaos engineering on the application level by injecting delays and faults to simulate turbulent conditions. By specifying routes, the Chaos Middleware enables you to minimize the blast radius and keep the focus on the interesting parts of your application.

Project description

This project is part of Proofdock's Chaos Platform that lets you simulate application outages and errors in order to improve your system's resiliency.

Integrations

Chaos Middleware supports integration with popular web frameworks:

References

io.proofdock

Proofdock

Versions

Version
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0