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)
- Host: GitHub
- URL: https://github.com/daggerok/spring-cloud-turbine-example
- Owner: daggerok
- Created: 2017-07-28T04:32:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T01:07:54.000Z (about 8 years ago)
- Last Synced: 2025-08-14T00:02:34.007Z (2 months ago)
- Topics: 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
- Language: Java
- Homepage: https://daggerok.github.io/spring-cloud-turbine-example/
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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 readThis 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/hystrixand replage
== run tests
==== required docker / docker-compose
[source,bash]
bash gradlew clean functionalTests