Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tex committed Oct 9, 2024
1 parent 48e0938 commit e3b47ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private[r2dbc] trait R2dbcProjection extends EventSourcedT.ProjectionT {
val numberOfProjectionInstances = 1

// override this if you e.g. want to use a readonly endpoint for the projections https://discuss.lightbend.com/t/r2dbc-projections-use-read-only-hot-standby-replicas-for-projections-query/10860 . or override it in the config to customize all projections
val readJournalPluginId = "net.sc8s.akka.components.persistence.projection.r2dbc.default"
val readJournalPluginId = "net.sc8s.akka.components.persistence.projection.r2dbc.default.query"
}

object R2dbcProjection {
Expand Down

0 comments on commit e3b47ad

Please sign in to comment.