https://github.com/trace4cats/trace4cats-avro-kafka
Avro Kafka Exporter and Consumer for Trace4Cats
https://github.com/trace4cats/trace4cats-avro-kafka
avro cats distributed-tracing kafka scala trace4cats tracing
Last synced: about 1 month ago
JSON representation
Avro Kafka Exporter and Consumer for Trace4Cats
- Host: GitHub
- URL: https://github.com/trace4cats/trace4cats-avro-kafka
- Owner: trace4cats
- License: mit
- Created: 2021-06-08T15:51:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T21:24:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T22:28:29.669Z (over 1 year ago)
- Topics: avro, cats, distributed-tracing, kafka, scala, trace4cats, tracing
- Language: Scala
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Trace4Cats Avro Kafka Exporter and Consumer
[](https://github.com/trace4cats/trace4cats-avro-kafka/actions?query=workflow%3A%22Continuous%20Integration%22)
[](https://github.com/trace4cats/trace4cats-avro-kafka/releases)
[](https://github.com/trace4cats/trace4cats-avro-kafka/releases)
[](https://maven-badges.herokuapp.com/maven-central/io.janstenpickle/trace4cats-avro-kafka-exporter_2.13)
[](https://gitter.im/trace4cats/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://scala-steward.org)
[Kafka] exporter and consumer for [Avro]-encoded [Trace4Cats] spans.
Add it to your `build.sbt`:
```scala
"io.janstenpickle" %% "trace4cats-avro-kafka-exporter" % "0.14.0"
"io.janstenpickle" %% "trace4cats-avro-kafka-consumer" % "0.14.0"
```
## Contributing
This project supports the [Scala Code of Conduct](https://typelevel.org/code-of-conduct.html) and aims that its channels
(mailing list, Gitter, github, etc.) to be welcoming environments for everyone.
[Trace4Cats]: https://github.com/trace4cats/trace4cats
[Avro]: https://avro.apache.org
[Kafka]: https://kafka.apache.org/