Replies: 1 comment 4 replies
-
Whoops, just realized that |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
The kamon-datadog module relies on play-json for serialization. It appears to be the only such module, and I'm wondering if we should try to consolidate on a single JSON library. The
kamon-akka-http
module uses json4s so that might be a good candidate.It does look like
nanojson
is also used. But, json4s at least makes it a bit easier to switch backends if needed.This stems from a dependency conflict I'm having with the
play-json
pulled in by Kamon, and one already in my app.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions