-
Notifications
You must be signed in to change notification settings - Fork 8
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
Configuring persistence plugins at runtime for EventSourcedProvider #225
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,208 @@ | |||
package org.apache.pekko.projection.eventsourced.scaldsl |
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.
every file needs an Apache source header - eg https://github.com/apache/pekko/blob/main/project/AddMetaInfLicenseFiles.scala
@raboof @mdedetrich I'm ok with this despite it meaning that pekko-projection 1.1.0 would rely on a future pekko (core) 1.1.3 release - this can be documented. We are a while away from being able to release pekko-projection 1.1.0 as we need pekko-connectors 1.1.0 released first. And we could do a Pekko (Core) 1.1.3 release in the mean time. I know it is not ideal to have some new features in Pekko (Core) 1.1.3 but I think it would too painful to call this a 1.2.0 release. |
Some compile issues. eg
|
scala 2.12 compile issues |
Pending release of apache/pekko#1518.