Re: [I] Implement EventsByTag in javadsl.PersistenceTestKitReadJournal.scala [pekko]

2025-02-16 Thread via GitHub
olijaun commented on issue #1762: URL: https://github.com/apache/pekko/issues/1762#issuecomment-2662319165 Thanks a lot for your answers and work @pjfanning. I use the io.github.alstanchev.pekko.persistence.inmemory.query.javadsl.InMemoryReadJournal only for testing. I use pekko-pers

Re: [PR] feat: Add flatmapConcat with parallelism support [pekko]

2025-02-16 Thread via GitHub
He-Pin commented on PR #1702: URL: https://github.com/apache/pekko/pull/1702#issuecomment-2661848940 Rebased on the current main -- 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 comme

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

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

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

2025-02-16 Thread GitBox
The GitHub Actions job "Unit Tests" on pekko-persistence-cassandra.git has failed. Run started by GitHub user mdedetrich (triggered by mdedetrich). Head commit for run: 54da1e19653f8d12614fbba22e91fc6f49078476 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>

Re: [PR] feat: Add TraversalBuilder.getValuePresentedSource method for further optimization [pekko]

2025-02-16 Thread via GitHub
He-Pin merged PR #1701: URL: https://github.com/apache/pekko/pull/1701 -- 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-unsubscr...@pekko.a

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

2025-02-16 Thread GitBox
The GitHub Actions job "Nightly Builds" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 4252382d087cfb241c57e32be0afd9dc1c363f88 / He-Pin(kerr) chore: Tweak withAttribuets in Flow (#1658) Report URL: https://github.com/apache/pekk

Re: [PR] feat: Add TraversalBuilder.getValuePresentedSource method for further optimization [pekko]

2025-02-16 Thread via GitHub
He-Pin commented on PR #1701: URL: https://github.com/apache/pekko/pull/1701#issuecomment-2661477404 @pjfanning @mdedetrich would you like take this a look -- 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

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

2025-02-16 Thread via GitHub
pjfanning commented on PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#issuecomment-2661469498 I don't mind calling the next release 2.0.0. I just want to limit the breaking changes and be able to fully document the changes. -- This is an automated message from t

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

2025-02-16 Thread via GitHub
ptrdom commented on PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#issuecomment-2661423288 > We do need to decide if we want to make changes a correct implementation that also support runtime plugin config or want to preserve backwards compatibility. And of

[GH] (pekko): Workflow run "Generate doc check" is working again!

2025-02-16 Thread GitBox
The GitHub Actions job "Generate doc check" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 879b86c16c0194830aa9d50a6b6bbc7783356589 / PJ Fanning Update CurrentLastKnownSequenceNumberByPersistenceIdQuery.scala Report URL: https:/

[GH] (pekko): Workflow run "Binary Compatibility" is working again!

2025-02-16 Thread GitBox
The GitHub Actions job "Binary Compatibility" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 879b86c16c0194830aa9d50a6b6bbc7783356589 / PJ Fanning Update CurrentLastKnownSequenceNumberByPersistenceIdQuery.scala Report URL: https

[GH] (pekko): Workflow run "Pull Requests" is working again!

2025-02-16 Thread GitBox
The GitHub Actions job "Pull Requests" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 879b86c16c0194830aa9d50a6b6bbc7783356589 / PJ Fanning Update CurrentLastKnownSequenceNumberByPersistenceIdQuery.scala Report URL: https://gith

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

2025-02-16 Thread via GitHub
ptrdom commented on PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#issuecomment-2661412635 > Sure I can make a list. And what would be the purpose of this list? Like would it just be a part of release documentation, or something else? If this is about releas

[GH] (pekko): Workflow run "Binary Compatibility" failed!

2025-02-16 Thread GitBox
The GitHub Actions job "Binary Compatibility" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: d19d5e22ff3ea20825fdd16add61d4c76212f474 / PJ Fanning java Long Report URL: https://github.com/apache/pekko/actions/runs/13354899971 With

[GH] (pekko): Workflow run "Generate doc check" failed!

2025-02-16 Thread GitBox
The GitHub Actions job "Generate doc check" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: d19d5e22ff3ea20825fdd16add61d4c76212f474 / PJ Fanning java Long Report URL: https://github.com/apache/pekko/actions/runs/13354899980 With r

[PR] Persistence API: add CurrentLastKnownSequenceNumberByPersistenceIdQuery [pekko]

2025-02-16 Thread via GitHub
pjfanning opened a new pull request, #1773: URL: https://github.com/apache/pekko/pull/1773 Based on https://github.com/apache/pekko-persistence-jdbc/pull/267 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] Add support for querying last known sequence number by persistenceId. [pekko-persistence-jdbc]

2025-02-16 Thread via GitHub
pjfanning merged PR #267: URL: https://github.com/apache/pekko-persistence-jdbc/pull/267 -- 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

Re: [I] Pekko-Persistence: CurrentLastKnownSequenceNumberByPersistenceId [pekko]

2025-02-16 Thread via GitHub
pjfanning closed issue #1761: Pekko-Persistence: CurrentLastKnownSequenceNumberByPersistenceId URL: https://github.com/apache/pekko/issues/1761 -- 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 sp

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

2025-02-16 Thread via GitHub
ptrdom commented on PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#issuecomment-2661378365 > I am not sure that renaming so many config settings is a good idea. Can we at least produce a doc that details all the renames? That is a list of c1 becomes c2 pairs.

Re: [PR] Add support for querying last known sequence number by persistenceId. [pekko-persistence-jdbc]

2025-02-16 Thread via GitHub
janjaali commented on code in PR #267: URL: https://github.com/apache/pekko-persistence-jdbc/pull/267#discussion_r1957306537 ## core/src/main/scala/org/apache/pekko/persistence/jdbc/query/javadsl/JdbcReadJournal.scala: ## @@ -132,4 +138,16 @@ class JdbcReadJournal(journal: Scal

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

2025-02-16 Thread via GitHub
pjfanning commented on PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#issuecomment-2661350215 I am not sure that renaming so many config settings is a good idea. Can we at least produce a doc that details all the renames? That is a list of c1 becomes c2 pairs.

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

2025-02-16 Thread via GitHub
pjfanning commented on code in PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#discussion_r1957285371 ## core/src/test/scala/org/apache/pekko/persistence/r2dbc/journal/RuntimePluginConfigSpec.scala: ## @@ -0,0 +1,312 @@ +/* Review Comment: new files

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

2025-02-16 Thread via GitHub
pjfanning commented on PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#issuecomment-2661346930 currently (just for reference) ``` [error] pekko-persistence-r2dbc: Failed binary compatibility check against org.apache.pekko:pekko-persistence-r2dbc_2.12:1.0.0! Fo

Re: [PR] Update auth, dynamodb, eventbridge, firehose, ... to 2.30.21 [pekko-connectors]

2025-02-16 Thread via GitHub
pjfanning merged PR #986: URL: https://github.com/apache/pekko-connectors/pull/986 -- 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-unsubsc

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

2025-02-16 Thread GitBox
The GitHub Actions job "CI" on pekko-connectors.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: c8a3ec8a03cf9f2e477f9f8340e2519a949e35c8 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update proto-googl

[GH] (pekko-connectors): Workflow run "CI" failed!

2025-02-16 Thread GitBox
The GitHub Actions job "CI" on pekko-connectors.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: ee17492c9e97e5157409a3e6b88afe32c53f4eda / PJ Fanning Merge branch 'main' into update/auth-2.30.21 Report URL: https://github.com/apache/pekko-co

Re: [PR] Update aws-java-sdk-ec2, aws-java-sdk-ecs to 1.12.781 [pekko-management]

2025-02-16 Thread via GitHub
pjfanning merged PR #388: URL: https://github.com/apache/pekko-management/pull/388 -- 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-unsubsc

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

2025-02-16 Thread GitBox
The GitHub Actions job "Unit Tests" on pekko-management.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: a13cd3160885194f69a4191c4f402434325c66f8 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update ecs

Re: [PR] Update aws-java-sdk-core, ... to 1.12.781 [pekko-persistence-dynamodb]

2025-02-16 Thread via GitHub
pjfanning merged PR #200: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/200 -- 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: notificatio

Re: [PR] Update kafka-avro-serializer to 7.8.1 [pekko-connectors-kafka]

2025-02-16 Thread via GitHub
pjfanning merged PR #282: URL: https://github.com/apache/pekko-connectors-kafka/pull/282 -- 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

Re: [PR] Update java-driver-core to 4.19.0 [pekko-persistence-cassandra]

2025-02-16 Thread via GitHub
pjfanning merged PR #269: URL: https://github.com/apache/pekko-persistence-cassandra/pull/269 -- 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: notificati

Re: [PR] Update netty-handler to 4.1.118.Final [pekko-persistence-cassandra]

2025-02-16 Thread via GitHub
pjfanning merged PR #268: URL: https://github.com/apache/pekko-persistence-cassandra/pull/268 -- 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: notificati

Re: [PR] Update ecs to 2.30.21 [pekko-management]

2025-02-16 Thread via GitHub
pjfanning merged PR #389: URL: https://github.com/apache/pekko-management/pull/389 -- 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-unsubsc

Re: [PR] Update github-api to 1.327 [pekko-http]

2025-02-16 Thread via GitHub
pjfanning merged PR #660: URL: https://github.com/apache/pekko-http/pull/660 -- 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-unsubscr...@p

Re: [PR] Update proto-google-cloud-bigquerystorage-v1 to 3.11.3 [pekko-connectors]

2025-02-16 Thread via GitHub
pjfanning merged PR #982: URL: https://github.com/apache/pekko-connectors/pull/982 -- 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-unsubsc

Re: [PR] Update google-cloud-pubsub to 1.137.0 [pekko-connectors]

2025-02-16 Thread via GitHub
pjfanning merged PR #983: URL: https://github.com/apache/pekko-connectors/pull/983 -- 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-unsubsc

Re: [PR] Update java-driver-core to 4.19.0 [pekko-connectors]

2025-02-16 Thread via GitHub
pjfanning merged PR #985: URL: https://github.com/apache/pekko-connectors/pull/985 -- 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-unsubsc

Re: [PR] Update netty-handler to 4.1.118.Final [pekko-connectors]

2025-02-16 Thread via GitHub
pjfanning merged PR #984: URL: https://github.com/apache/pekko-connectors/pull/984 -- 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-unsubsc