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

https://github.com/daggerok/spring-cloud-turbine-example

spring-cloud turbine. using docker-compose and soapui-runner for testing (testrunner, loadtestrunner)
https://github.com/daggerok/spring-cloud-turbine-example

docker docker-compose gradle hystrix hystrix-dashboard hystrix-dashboard-turbine loadtestrunner soapui soapui-loadtestrunner soapui-runner soapui-testrunner soapui-tests spring-boot spring-cloud test-runner testrunner turbine turbine-stream-metrics

Last synced: 2 months ago
JSON representation

spring-cloud turbine. using docker-compose and soapui-runner for testing (testrunner, loadtestrunner)

Awesome Lists containing this project

README

          

= spring-cloud-turbine example image:https://travis-ci.org/daggerok/spring-cloud-turbine-example.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/spring-cloud-turbine-example"]

== in progress...

link:https://github.com/MrBW/resilient-transport-service[here] example
and link:https://dzone.com/articles/spring-cloud-with-turbine[here] is something for read

This repo should contains example usage spring-cloud with hystrix turbine..

== bootstrap
==== run apps
[source,bash]
bash gradlew composeUp

==== worker app1
[source,bash]
----
http :8001
http --stream :8001/hystrix.stream
----

==== hystrix dashboard

go to http://localhost:8002/hystrix
and paste url pointing to http://localhost:8001/hystrix.stream

==== turbine dashboard
[source,bash]
http :8002/hystrix

and replage

== run tests
==== required docker / docker-compose
[source,bash]
bash gradlew clean functionalTests