$ spring cloud eureka configserver h2 kafka zipkin+
$ spring cloud eureka configserver h2 kafka stubrunner zipkin
From 006dbe82470a9714ad20a00893512970ac89f8cd Mon Sep 17 00:00:00 2001
From: buildmaster
$ spring cloud eureka configserver h2 kafka zipkin+
$ spring cloud eureka configserver h2 kafka stubrunner zipkin
Zipkin Server with UI for visualizing traces. Stores span data in memory and accepts them via HTTP POST of JSON data.
stubrunner
Stub Runner Boot
Downloads WireMock stubs, starts WireMock and feeds the started servers with stored stubs. Pass stubrunner.ids to pass stub coordinates and then go to http://localhost:8750/stubs.
E.g. in Stub Runner app you could fetch stubs from your local .m2 in the following way.
stubrunner:
+ workOffline: true
+ ids:
+ - com.example:beer-api-producer:+:9876
+$ spring cloud --list
-source sink configserver dataflow eureka h2 hystrixdashboard kafka zipkin
+source sink configserver dataflow eureka h2 hystrixdashboard kafka stubrunner zipkin