mdedetrich commented on code in PR #107:
URL:
https://github.com/apache/incubator-pekko-projection/pull/107#discussion_r1486021281
##########
slick/src/main/scala/org/apache/pekko/projection/slick/internal/SlickProjectionImpl.scala:
##########
@@ -198,7 +198,7 @@ private[projection] class SlickProjectionImpl[Offset,
Envelope, P <: JdbcProfile
databaseConfig.db.run(offsetStore.saveOffset(projectionId,
offset)).map(_ => Done)
private[projection] def newRunningInstance(): RunningProjection =
- new SlickRunningProjection(RunningProjection.withBackoff(() =>
mappedSource(), settings), this)
+ new SlickRunningProjection(RunningProjection.withBackoff(() =>
this.mappedSource(), settings), this)
Review Comment:
Whats reason behind this change, some deprecation warning?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]