[GH] (pekko-persistence-jdbc): Workflow run "Link Validator" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Link Validator" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 26328a9884efdbf576f689da7a49be0481f39a2b / PJ Fanning Update JdbcReadJournal.scala Report URL: https://github.com/apache/pekk

[GH] (pekko-connectors): Workflow run "Nightly Builds" is working again!

2025-03-13 Thread GitBox
The GitHub Actions job "Nightly Builds" on pekko-connectors.git has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 401cb12e93ca75790435e2dc0578387903d62d3b / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update auth,

[GH] (pekko-persistence-r2dbc): Workflow run "Nightly Tests (Pekko 1.0.x)" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Nightly Tests (Pekko 1.0.x)" on pekko-persistence-r2dbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: dbc17bb394bf559fa5d13ef2589124a81c5f707a / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.

[I] Udp.bindFlow stage does not recognize the termination of the underlying UDP listener actor [pekko-connectors]

2025-03-13 Thread via GitHub
sdeigm opened a new issue, #1003: URL: https://github.com/apache/pekko-connectors/issues/1003 I have a UDP server running that uses the Udp.bindFlow(...). On the machine where the software is running, there are sometimes severe network errors leading to failures like the following for the H

Re: [PR] Configuring persistence plugins at runtime [pekko-persistence-r2dbc]

2025-03-13 Thread via GitHub
ptrdom commented on code in PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#discussion_r1994276716 ## projection/src/test/scala/org/apache/pekko/projection/r2dbc/EventSourcedPubSubSpec.scala: ## @@ -43,23 +43,23 @@ import org.slf4j.LoggerFactory obje

Re: [PR] Configuring persistence plugins at runtime [pekko-persistence-r2dbc]

2025-03-13 Thread via GitHub
ptrdom commented on code in PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#discussion_r1994282286 ## core/src/test/scala/org/apache/pekko/persistence/r2dbc/journal/RuntimePluginConfigSpec.scala: ## @@ -0,0 +1,322 @@ +/* + * Licensed to the Apache Softw

Re: [PR] Configuring persistence plugins at runtime [pekko-persistence-r2dbc]

2025-03-13 Thread via GitHub
ptrdom commented on code in PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#discussion_r1994280618 ## projection/src/test/scala/org/apache/pekko/projection/r2dbc/TestConfig.scala: ## @@ -71,6 +71,9 @@ object TestConfig { } } pekko.actor

Re: [PR] Configuring persistence plugins at runtime [pekko-persistence-r2dbc]

2025-03-13 Thread via GitHub
ptrdom commented on code in PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#discussion_r1994293605 ## projection/src/test/scala/org/apache/pekko/projection/r2dbc/EventSourcedPubSubSpec.scala: ## @@ -43,23 +43,23 @@ import org.slf4j.LoggerFactory obje

Re: [PR] Configuring persistence plugins at runtime [pekko-persistence-r2dbc]

2025-03-13 Thread via GitHub
ptrdom commented on code in PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#discussion_r1994283203 ## core/src/test/scala/org/apache/pekko/persistence/r2dbc/journal/RuntimePluginConfigSpec.scala: ## @@ -0,0 +1,322 @@ +/* + * Licensed to the Apache Softw

Re: [I] Udp.bindFlow stage does not recognize the termination of the underlying UDP listener actor [pekko-connectors]

2025-03-13 Thread via GitHub
sdeigm commented on issue #1003: URL: https://github.com/apache/pekko-connectors/issues/1003#issuecomment-2721300819 I think failing the stream and letting an upper layer handle the error is more consistent with the current behavior of the stage. -- This is an automated message from the

Re: [I] Udp.bindFlow stage does not recognize the termination of the underlying UDP listener actor [pekko-connectors]

2025-03-13 Thread via GitHub
pjfanning commented on issue #1003: URL: https://github.com/apache/pekko-connectors/issues/1003#issuecomment-2721147433 Thanks for reporting the issue. We don't seem to add DeathWatch instances to many connectors but if you want to add one, feel free to add a PR. Would the idea be to

Re: [PR] Configuring persistence plugins at runtime [pekko-persistence-r2dbc]

2025-03-13 Thread via GitHub
pjfanning commented on code in PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#discussion_r1993826263 ## projection/src/test/scala/org/apache/pekko/projection/r2dbc/TestConfig.scala: ## @@ -71,6 +71,9 @@ object TestConfig { } } pekko.ac

[PR] [NOT FOR MERGE] use pekko trait CurrentLastSequenceNumberByPersistenceIdQuery [pekko-persistence-jdbc]

2025-03-13 Thread via GitHub
pjfanning opened a new pull request, #272: URL: https://github.com/apache/pekko-persistence-jdbc/pull/272 can only be merged after pekko 1.2.0 release and should only be released in a pekko-persistence-jdbc 1.2.0 release -- This is an automated message from the Apache Git Service. To resp

[GH] (pekko-persistence-jdbc): Workflow run "Scalafmt" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Scalafmt" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 561e22675a3f8b9180c79c70a54985da4513e232 / PJ Fanning use pekko trait CurrentLastSequenceNumberByPersistenceIdQuery Report URL: http

[GH] (pekko-persistence-jdbc): Workflow run "MySQL Integration Tests" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "MySQL Integration Tests" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 561e22675a3f8b9180c79c70a54985da4513e232 / PJ Fanning use pekko trait CurrentLastSequenceNumberByPersistenceIdQuery R

[GH] (pekko-persistence-jdbc): Workflow run "Scalafmt" is working again!

2025-03-13 Thread GitBox
The GitHub Actions job "Scalafmt" on pekko-persistence-jdbc.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 26328a9884efdbf576f689da7a49be0481f39a2b / PJ Fanning Update JdbcReadJournal.scala Report URL: https://github.com/apache/pekko-pe

[GH] (pekko-persistence-jdbc): Workflow run "Basic checks" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Basic checks" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 26328a9884efdbf576f689da7a49be0481f39a2b / PJ Fanning Update JdbcReadJournal.scala Report URL: https://github.com/apache/pekko-p

[GH] (pekko-persistence-jdbc): Workflow run "Postgres Integration Tests" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Postgres Integration Tests" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 561e22675a3f8b9180c79c70a54985da4513e232 / PJ Fanning use pekko trait CurrentLastSequenceNumberByPersistenceIdQuery

[GH] (pekko-persistence-jdbc): Workflow run "Postgres Integration Tests" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Postgres Integration Tests" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 26328a9884efdbf576f689da7a49be0481f39a2b / PJ Fanning Update JdbcReadJournal.scala Report URL: https://github.com

[GH] (pekko-persistence-jdbc): Workflow run "MySQL Integration Tests" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "MySQL Integration Tests" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 26328a9884efdbf576f689da7a49be0481f39a2b / PJ Fanning Update JdbcReadJournal.scala Report URL: https://github.com/ap

[GH] (pekko-persistence-jdbc): Workflow run "SqlServer Integration Tests" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "SqlServer Integration Tests" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 26328a9884efdbf576f689da7a49be0481f39a2b / PJ Fanning Update JdbcReadJournal.scala Report URL: https://github.co

[GH] (pekko-persistence-jdbc): Workflow run "H2 Unit Tests" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "H2 Unit Tests" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 26328a9884efdbf576f689da7a49be0481f39a2b / PJ Fanning Update JdbcReadJournal.scala Report URL: https://github.com/apache/pekko-

[GH] (pekko-persistence-jdbc): Workflow run "Link Validator" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Link Validator" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 561e22675a3f8b9180c79c70a54985da4513e232 / PJ Fanning use pekko trait CurrentLastSequenceNumberByPersistenceIdQuery Report URL

[GH] (pekko-persistence-jdbc): Workflow run "Oracle Integration Tests" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Oracle Integration Tests" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 561e22675a3f8b9180c79c70a54985da4513e232 / PJ Fanning use pekko trait CurrentLastSequenceNumberByPersistenceIdQuery

[GH] (pekko-persistence-jdbc): Workflow run "SqlServer Integration Tests" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "SqlServer Integration Tests" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 561e22675a3f8b9180c79c70a54985da4513e232 / PJ Fanning use pekko trait CurrentLastSequenceNumberByPersistenceIdQuer

[GH] (pekko-persistence-jdbc): Workflow run "H2 Unit Tests" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "H2 Unit Tests" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 561e22675a3f8b9180c79c70a54985da4513e232 / PJ Fanning use pekko trait CurrentLastSequenceNumberByPersistenceIdQuery Report URL:

[GH] (pekko-persistence-jdbc): Workflow run "Basic checks" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Basic checks" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 561e22675a3f8b9180c79c70a54985da4513e232 / PJ Fanning use pekko trait CurrentLastSequenceNumberByPersistenceIdQuery Report URL:

[GH] (pekko-persistence-jdbc): Workflow run "Oracle Integration Tests" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Oracle Integration Tests" on pekko-persistence-jdbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 26328a9884efdbf576f689da7a49be0481f39a2b / PJ Fanning Update JdbcReadJournal.scala Report URL: https://github.com/a

Re: [PR] protobuf-java 4.29.3 [pekko]

2025-03-13 Thread via GitHub
pjfanning commented on PR #1795: URL: https://github.com/apache/pekko/pull/1795#issuecomment-2722230216 @raboof I added mima filter files to get the build to pass. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GH] (pekko): Workflow run "Nightly Aeron Tests" is working again!

2025-03-13 Thread GitBox
The GitHub Actions job "Nightly Aeron Tests" on pekko.git has succeeded. Run started by GitHub user jrudolph (triggered by jrudolph). Head commit for run: 2e62c50db51747e9cb17a5a35a2c638bd9488e46 / PJ Fanning Persistence API: add CurrentLastSequenceNumberByPersistenceIdQuery (#1773) * new Cur

[GH] (pekko): Workflow run "Nightly Builds" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Nightly Builds" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 2e62c50db51747e9cb17a5a35a2c638bd9488e46 / PJ Fanning Persistence API: add CurrentLastSequenceNumberByPersistenceIdQuery (#1773) * new CurrentLa

[GH] (pekko): Workflow run "Nightly Builds (1.1)" failed!

2025-03-13 Thread GitBox
The GitHub Actions job "Nightly Builds (1.1)" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 2e62c50db51747e9cb17a5a35a2c638bd9488e46 / PJ Fanning Persistence API: add CurrentLastSequenceNumberByPersistenceIdQuery (#1773) * new Cur

Re: [PR] protobuf-java 4.29.3 [pekko]

2025-03-13 Thread via GitHub
He-Pin commented on PR #1795: URL: https://github.com/apache/pekko/pull/1795#issuecomment-2723189955 I checked https://github.com/grpc/grpc-java/blob/master/examples/pom.xml, I think we should keep using protobuf 3.x in 1.2.0 -- This is an automated message from the Apache Git Service. To

[GH] (pekko-persistence-cassandra): Workflow run "Unit Tests" is working again!

2025-03-13 Thread GitBox
The GitHub Actions job "Unit Tests" on pekko-persistence-cassandra.git has succeeded. Run started by GitHub user mdedetrich (triggered by mdedetrich). Head commit for run: 31c9f7579c90f092430b6e75fa04c50f0e4aa4d8 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.c

[GH] (pekko-connectors-kafka): Workflow run "Nightly Build and Test" is working again!

2025-03-13 Thread GitBox
The GitHub Actions job "Nightly Build and Test" on pekko-connectors-kafka.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: cdf1b100038f36ba195ee21c62a807698d05ae28 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.git

Re: [PR] update function name to match pekko API change [pekko-persistence-jdbc]

2025-03-13 Thread via GitHub
pjfanning merged PR #271: URL: https://github.com/apache/pekko-persistence-jdbc/pull/271 -- 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: notifications-u