https://github.com/monix/monix-mdc
MDC Support for Monix Task using TaskLocal
https://github.com/monix/monix-mdc
Last synced: about 1 year ago
JSON representation
MDC Support for Monix Task using TaskLocal
- Host: GitHub
- URL: https://github.com/monix/monix-mdc
- Owner: monix
- License: apache-2.0
- Created: 2021-02-13T11:34:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T00:16:06.000Z (almost 5 years ago)
- Last Synced: 2024-03-26T14:28:55.915Z (over 2 years ago)
- Language: Scala
- Size: 35.2 KB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://search.maven.org/search?q=g:io.monix%20AND%20a:monix-mdc-logback_2.12)[](https://oss.sonatype.org/content/repositories/snapshots/io/monix/monix-mdc-logback_2.12/)
# monix-mdc
MDC Support for Monix Task using TaskLocal
```scala
libraryDependencies += "io.monix" %% "monix-mdc-logback" % "0.1.8,
```
Examples:
- [Monix Task and Akka HTTP](https://github.com/Avasil/akka-monix-local-example/blob/master/src/main/scala/AkkaHTTPExample.scala)
# Credits
Based on https://github.com/mdedetrich/monix-mdc