Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: akka/akka-projection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d7e12db1fe407a26d4617f166fadcab198fc6a2e
Choose a base ref
..
head repository: akka/akka-projection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d6d88d6d9253ccf6e65e462827f6350520626af2
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 akka-projection-r2dbc/src/main/scala/akka/projection/r2dbc/internal/PostgresOffsetStoreDao.scala
Original file line number Diff line number Diff line change
@@ -196,7 +196,7 @@ private[projection] class PostgresOffsetStoreDao(
slice: Int): Future[immutable.IndexedSeq[R2dbcOffsetStore.RecordWithProjectionKey]] = {
r2dbcExecutor.select("read timestamp offset")(
conn => {
logger.trace("reading timestamp offset for [{}]", projectionId)
logger.trace("reading timestamp offset slice [{}] for [{}]", slice, projectionId)
conn
.createStatement(selectTimestampOffsetSql)
.bind(0, slice)