Skip to content
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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

ptrdom
Copy link

@ptrdom ptrdom commented Oct 21, 2024

Pending release of apache/pekko#1518.

@@ -0,0 +1,208 @@
package org.apache.pekko.projection.eventsourced.scaldsl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pjfanning
Copy link
Contributor

pjfanning commented Oct 21, 2024

@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.

@pjfanning
Copy link
Contributor

Some compile issues. eg

[info] compiling 16 Scala sources and 1 Java source to /home/runner/work/pekko-projection/pekko-projection/core-test/target/scala-2.13/test-classes ...
[error] /home/runner/work/pekko-projection/pekko-projection/eventsourced/src/test/scala/org/apache/pekko/projection/eventsourced/scaldsl/EventSourcedProviderSpec.scala:48:71: private default argument in object EventSourcedProviderSpec is never used
[error]   private def testBehaviour(persistenceId: String, tags: Set[String], maybeJournal: Option[String] = None) = {
[error]                                                                       ^
[error] one error found

@pjfanning
Copy link
Contributor

scala 2.12 compile issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants