Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 575 Bytes

File metadata and controls

25 lines (15 loc) · 575 Bytes

Hello Microservice - Event Bus with faults

This directory contains the source code of the Hello microservice using event bus (message) interactions with with injected fault (on purpose).

Running in development mode

mvn compile vertx:run -Dvertx.runArgs="-cluster -Djava.net.preferIPv4Stack=true"

Hit CTRL+C to stop the execution and reloading.

Packaging

mvn clean package

Execution using the application package

java -jar target/hello-microservice-faulty-1.0-SNAPSHOT.jar -cluster -Djava.net.preferIPv4Stack=true