You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm moving my Pekko project to Scala 3.3.3, and when I run it, it throws this warning (Only for Scala 3; same code runs fine when compiled with Scala 2.13):
but the akka 2.5 instrumentation is not in the kamon-bundle for scala 3 (because there is no akka 2.5 for scala 3).
The reverse is true for scala 2.11, there is no akka 2.6 instrumentation for scala 2.11 (because there is no akka 2.6 for scala 2.11)
Hi,
I'm moving my Pekko project to Scala 3.3.3, and when I run it, it throws this warning (Only for Scala 3; same code runs fine when compiled with Scala 2.13):
As a workaround, I successfully disabled those modules in application.conf file:
Any ideas on why is it trying to load Akka instrumentation in a Pekko project with no Akka dependencies?
The text was updated successfully, but these errors were encountered: