https://github.com/nilsmagnus/hystrix-kotlin-jetty
Dummy project to create a hystrix-stream-servlet for testing purposes
https://github.com/nilsmagnus/hystrix-kotlin-jetty
Last synced: 3 months ago
JSON representation
Dummy project to create a hystrix-stream-servlet for testing purposes
- Host: GitHub
- URL: https://github.com/nilsmagnus/hystrix-kotlin-jetty
- Owner: nilsmagnus
- Created: 2017-10-03T08:12:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T07:07:18.000Z (over 7 years ago)
- Last Synced: 2025-02-27T02:55:00.084Z (3 months ago)
- Language: Kotlin
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin + hystrix + jetty
A dummy project using hystrix and exposing the hystrix-streaming servlet.
Used to test parsing of the hystrix-stream-servlet.
# Use
You will need to have jdk8+ installed to run the project.
Start the project with the command
./gradlew run
Go to __http://localhost:8090/hystrix__ to access the hystrix-event-stream.