Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craig-day/vertx-metrics-reproducer
https://github.com/craig-day/vertx-metrics-reproducer
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/craig-day/vertx-metrics-reproducer
- Owner: craig-day
- Created: 2023-09-16T04:12:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T17:55:56.000Z (over 1 year ago)
- Last Synced: 2024-10-19T04:10:39.844Z (3 months ago)
- Language: Java
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Metrics
image:https://img.shields.io/badge/vert.x-4.4.5-purple.svg[link="https://vertx.io"]
This application was generated using http://start.vertx.io
== Running the reproducer
Start the listener server to respond to we client requests:
```
./gradlew clean runListener
```With that running, start the reproducer server:
```
./gradle clean run
```Make a request to the reproducer:
```
curl localhost:8888
```== Help
* https://vertx.io/docs/[Vert.x Documentation]
* https://stackoverflow.com/questions/tagged/vert.x?sort=newest&pageSize=15[Vert.x Stack Overflow]
* https://groups.google.com/forum/?fromgroups#!forum/vertx[Vert.x User Group]
* https://discord.gg/6ry7aqPWXy[Vert.x Discord]
* https://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]