https://github.com/linux-china/zipkin-sender-rsocket
Zipkin Sender RSocket
https://github.com/linux-china/zipkin-sender-rsocket
rsocket zipkin
Last synced: 10 months ago
JSON representation
Zipkin Sender RSocket
- Host: GitHub
- URL: https://github.com/linux-china/zipkin-sender-rsocket
- Owner: linux-china
- Created: 2020-02-28T05:43:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T18:47:28.000Z (over 5 years ago)
- Last Synced: 2025-05-14T07:17:10.623Z (10 months ago)
- Topics: rsocket, zipkin
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zipkin RSocket Sender
=====================
Zipkin RSocket Sender sends a list of encoded spans to zipkin RSocket collector by RSocket's FireAndForget command.
# Why RSocket sender?
* Fast: Async and NoAck(Fire and Forget)
* Easy to integrate with Reactive System
# Where is Zipkin Server with RSocket Collector?
Please visit https://github.com/linux-china/zipkin-rsocket-server for detail and usage.
# References
* Tracing (Zipkin) Metadata Extension: https://github.com/rsocket/rsocket/blob/master/Extensions/Tracing-Zipkin.md
* zipkin-reporter-java: https://github.com/openzipkin/zipkin-reporter-java
* RSocket: https://rsocket.io/