https://github.com/streamnative/skywalking-pulsar-demo
The demo program for Apache SkyWalking and Apache Pulsar integration
https://github.com/streamnative/skywalking-pulsar-demo
Last synced: 5 months ago
JSON representation
The demo program for Apache SkyWalking and Apache Pulsar integration
- Host: GitHub
- URL: https://github.com/streamnative/skywalking-pulsar-demo
- Owner: streamnative
- Created: 2021-09-22T14:34:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T03:21:27.000Z (over 3 years ago)
- Last Synced: 2025-01-29T07:32:49.609Z (about 1 year ago)
- Language: Java
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The demo project for Apache SkyWalking and Apache Pulsar integration
### Run the demo program with following steps
1. Clone the repo
2. Run `mvn clean install` to build the fat jar
3. Start a Pulsar standalone
4. Start SkyWalking service and UI
5. Run the demo program with agent ` java -javaagent:/{skywalking_home}/agent/skywalking-agent.jar -DSW_AGENT_NAME=demo-application -jar skywalking-pulsar-demo.jar`
6. Run `curl http://localhost:8088/demo/data-generate` to generate data
7. Check the Pulsar tracing data at `http://localhost:8080/trace`