Propagate thread-local values across Pekko actors. See java-thread-context.
Currently works only for local actor systems.
libraryDependencies += "com.lucidchart" %% "pekko-actor-thread-context" % "<version>"
In the configuration for your actor system,
actor.default-dispatcher.type = com.lucidchart.pekko.threadcontext.DefaultDispatcherConfigurator