-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: Avoid event serialization roundtrip #441
Conversation
433fb09
to
3c85cbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
cdd1fbe
to
ec33272
Compare
* journal handles write of SerializedEvent without additional serialization * SerializedEvent may be published (it can be serialized) and must be deserialized on receiving side
ec33272
to
167afc2
Compare
I have reduced this to only handle writes of SerializedEvent |
@@ -10,7 +10,7 @@ object Dependencies { | |||
val Scala3 = "3.2.2" | |||
val Scala2Versions = Seq(Scala213, Scala212) | |||
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3 | |||
val AkkaVersion = System.getProperty("override.akka.version", "2.8.3") | |||
val AkkaVersion = System.getProperty("override.akka.version", "2.9.0-M1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johanandren I have updated to Akka 2.9.0-M1. Can you take a final look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
See akka/akka#32068 and akka/akka-projection#959