GithubHelp home page GithubHelp logo

Comments (5)

darkfrog26 avatar darkfrog26 commented on September 27, 2024 1

Very cool! Looking forward to that getting merged.

from scribe.

darkfrog26 avatar darkfrog26 commented on September 27, 2024

In Scribe, MDC works differently than other libraries. If you make all of your methods receive an implicit MDC then you can propagate the MDC state across multiple threads easily and it works very well with cats-effect. In the Spice web server there's a good example of this: https://github.com/outr/spice/blob/master/server/src/main/scala/spice/http/server/handler/HttpHandler.scala#L12

from scribe.

rolman243 avatar rolman243 commented on September 27, 2024

Thanks for your reply. I want to avoid using an implicit parameter because I'm developing a library which will be used for multiple business applications. Adding an extra implicit parameter in the library will put a technical implementation detail into the business logic of all applications which will use the lib. I'll keep the implicit parameter solution in mind and try to find another solution.

from scribe.

darkfrog26 avatar darkfrog26 commented on September 27, 2024

Do you have another idea in mind? I'm happy to expand the functionality of MDC if there's another route that would be better?

from scribe.

nima-taheri-hs avatar nima-taheri-hs commented on September 27, 2024

If typelevel/cats-effect#3636 gets merged I believe we can have a MDCManager that's backed by a mdc: IOLocal[MDC] and we leverage cats.effect.unsafe.IOLocals.get and cats.effect.unsafe.IOLocals.set to implement both of the following methods.

trait MDCManager {
  def instance: MDC
  def instance_=(mdc: MDC): Unit
}

(only works with -Dcats.effect.ioLocalPropagation=true)

from scribe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.