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

2025-03-23 Thread GitBox
The GitHub Actions job "Pull Requests" on pekko.git has succeeded. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: 04a7df6cb078342d8ae5c694d55976595b73d156 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.git

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > Looking at the InputStreamStage, it does look like it may have been written > with InputStream semantics - supporting a one time read and t

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

2025-03-23 Thread via GitHub
pjfanning merged PR #1018: URL: https://github.com/apache/pekko-connectors/pull/1018 -- 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-unsub

Re: [PR] Update sbt, scripted-plugin to 1.10.11 [pekko-connectors]

2025-03-23 Thread via GitHub
pjfanning merged PR #1016: URL: https://github.com/apache/pekko-connectors/pull/1016 -- 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-unsub

Re: [PR] Update specs2-core to 4.21.0 [pekko-connectors]

2025-03-23 Thread via GitHub
pjfanning merged PR #1017: URL: https://github.com/apache/pekko-connectors/pull/1017 -- 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-unsub

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > `StreamConverters.asInputStream` does not seem like a right tool for your > problem, at least to me. Can you elaborate on this? To me `Str

Re: [PR] Update mongo-scala-driver to 5.4.0 [pekko-connectors]

2025-03-23 Thread via GitHub
pjfanning merged PR #1015: URL: https://github.com/apache/pekko-connectors/pull/1015 -- 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-unsub

Re: [PR] Update activemq-broker, activemq-client to 5.16.8 [pekko-connectors]

2025-03-23 Thread via GitHub
pjfanning merged PR #1013: URL: https://github.com/apache/pekko-connectors/pull/1013 -- 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-unsub

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

2025-03-23 Thread via GitHub
pjfanning merged PR #1011: URL: https://github.com/apache/pekko-connectors/pull/1011 -- 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-unsub

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich added a comment to the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > `StreamConverters.asInputStream` does not seem like a right tool for your > problem, at least to me. Can you elaborate on this? To me `Stre

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user pjfanning added a comment to the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? It seems to me that StreamConverters.asInputStream is meant to work and if something is wrong that it is likely a bug. Could you try pekko 1.0.

Re: [PR] Update sbt, scripted-plugin to 1.10.11 [pekko]

2025-03-23 Thread via GitHub
pjfanning merged PR #1808: URL: https://github.com/apache/pekko/pull/1808 -- 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...@pekk

Re: [PR] Update specs2-core to 4.21.0 [pekko-http]

2025-03-23 Thread via GitHub
pjfanning merged PR #667: URL: https://github.com/apache/pekko-http/pull/667 -- 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: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich added a comment to the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > IIUC your goal is to stay in streaming, to take `ByteString` elements, > accumulate them until `Tika().detect` returns and then push the out

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user pjfanning added a comment to the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? Looking at the InputStreamStage, it does look like it may have been written with InputStream semantics - supporting a one time read and that's

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > IIUC your goal is to stay in streaming, to take `ByteString` elements, > accumulate them until `Tika().detect` returns and then push the ou

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > Looking at the InputStreamStage, it does look like it may have been written > with InputStream semantics - supporting a one time read and t

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > IIUC your goal is to stay in streaming, to take `ByteString` elements, > accumulate them until `Tika().detect` returns and then push the ou

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > Looking at the InputStreamStage, it does look like it may have been written > with InputStream semantics - supporting a one time read and t

Re: [PR] Update sbt, scripted-plugin to 1.10.11 [pekko-management]

2025-03-23 Thread via GitHub
pjfanning merged PR #404: URL: https://github.com/apache/pekko-management/pull/404 -- 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: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > Looking at the InputStreamStage, it does look like it may have been written > with InputStream semantics - supporting a one time read and t

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich added a comment to the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > Looking at the InputStreamStage, it does look like it may have been written > with InputStream semantics - supporting a one time read and th

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user ptrdom added a comment to the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > Can you elaborate on this? To me StreamConverters.asInputStream is exactly > what I need, or to put it differently if I was to write a function

[PR] MetricsBasedResizerSpec: retry flaky asserts [pekko]

2025-03-23 Thread via GitHub
pjfanning opened a new pull request, #1809: URL: https://github.com/apache/pekko/pull/1809 relates to #1796 -- 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,

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich added a comment to the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > It seems to me that StreamConverters.asInputStream is meant to work To be clear, it works fine in a trivial case where you have a linear flo

Re: [I] failed: MetricsBasedResizerSpec [pekko]

2025-03-23 Thread via GitHub
pjfanning commented on issue #1796: URL: https://github.com/apache/pekko/issues/1796#issuecomment-2746236682 I found this gist that allows you to rerun each test multiple times. Even with bug numbers, the MetricsBasedResizerSpec tests are always pass for me locally. Maybe it is something ab

Re: [PR] Update sbt, scripted-plugin to 1.10.11 [pekko-persistence-r2dbc]

2025-03-23 Thread via GitHub
pjfanning merged PR #205: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/205 -- 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-

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

2025-03-23 Thread via GitHub
pjfanning merged PR #405: URL: https://github.com/apache/pekko-management/pull/405 -- 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 sbt, scripted-plugin to 1.10.11 [pekko-connectors-kafka]

2025-03-23 Thread via GitHub
pjfanning merged PR #297: URL: https://github.com/apache/pekko-connectors-kafka/pull/297 -- 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 mssql-jdbc to 12.10.0.jre8 [pekko-projection]

2025-03-23 Thread via GitHub
pjfanning merged PR #267: URL: https://github.com/apache/pekko-projection/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-unsubsc

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

2025-03-23 Thread GitBox
The GitHub Actions job "Unit Tests" on pekko-management.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 9aa6f94c06d6e6662b73198cbd673a6fb1455513 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update sbt, s

Re: [PR] Update kafka-clients to 4.0.0 [pekko-connectors-kafka]

2025-03-23 Thread via GitHub
pjfanning commented on PR #296: URL: https://github.com/apache/pekko-connectors-kafka/pull/296#issuecomment-2746134928 upgrade causes compile issues due to API changes ``` [error] /home/runner/work/pekko-connectors-kafka/pekko-connectors-kafka/core/src/main/scala/org/apache/pekko/

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

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

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

2025-03-23 Thread GitBox
The GitHub Actions job "Unit Tests" on pekko-projection.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 28ee49f29e750e26c1579adab5b94fece397a811 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update mssql-

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

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

Re: [PR] Update sbt, scripted-plugin to 1.10.11 [pekko-grpc]

2025-03-23 Thread via GitHub
pjfanning merged PR #443: URL: https://github.com/apache/pekko-grpc/pull/443 -- 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

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

2025-03-23 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: e1c17a09f60251085302f18875d3a9630877b656 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update gua

Re: [PR] Update sbt, scripted-plugin to 1.10.11 [pekko-persistence-dynamodb]

2025-03-23 Thread via GitHub
pjfanning merged PR #209: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/209 -- 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: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > `StreamConverters.asInputStream` does not seem like a right tool for your > problem, at least to me. Can you elaborate on this? To me `Str

Re: [PR] Update sbt, scripted-plugin to 1.10.11 [pekko-projection]

2025-03-23 Thread via GitHub
pjfanning merged PR #268: URL: https://github.com/apache/pekko-projection/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: notifications-unsubsc

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user mdedetrich edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > `StreamConverters.asInputStream` does not seem like a right tool for your > problem, at least to me. Can you elaborate on this? To me `Str

Re: [PR] Update guava to 33.4.5-jre [pekko-connectors]

2025-03-23 Thread via GitHub
pjfanning merged PR #1012: URL: https://github.com/apache/pekko-connectors/pull/1012 -- 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-unsub

Re: [PR] Update parquet-avro to 1.15.1 [pekko-connectors]

2025-03-23 Thread via GitHub
pjfanning merged PR #1014: URL: https://github.com/apache/pekko-connectors/pull/1014 -- 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-unsub

Re: [PR] Update sbt, scripted-plugin to 1.10.11 [pekko-persistence-cassandra]

2025-03-23 Thread via GitHub
pjfanning merged PR #276: URL: https://github.com/apache/pekko-persistence-cassandra/pull/276 -- 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 junit-4-13 to 3.2.19.1 [pekko-grpc]

2025-03-23 Thread via GitHub
pjfanning merged PR #444: URL: https://github.com/apache/pekko-grpc/pull/444 -- 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

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

2025-03-23 Thread GitBox
The GitHub Actions job "CI" on pekko-connectors-kafka.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 386d14e263383b8b796e142fa182526a08caea32 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update sbt, scr

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user ptrdom edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > accumulate them until Tika().detect returns Maybe accumulate is not the correct term - I mean that you want to take `ByteStream` elements, pa

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user ptrdom added a comment to the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > accumulate them until Tika().detect returns Maybe accumulate is not the correct term - I mean that you want to take `ByteStream` elements, pass

Re: [D] `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? [pekko]

2025-03-23 Thread via GitHub
GitHub user ptrdom edited a comment on the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source? > accumulate them until Tika().detect returns Maybe accumulate is not the correct term - I mean that you want to take `ByteStream` elements, pa

Re: [PR] Update sbt, scripted-plugin to 1.10.11 [pekko-http]

2025-03-23 Thread via GitHub
pjfanning merged PR #666: URL: https://github.com/apache/pekko-http/pull/666 -- 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] use ubuntu 22 in CI [pekko-persistence-jdbc]

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

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

2025-03-23 Thread GitBox
The GitHub Actions job "Link Validator" on pekko-http.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: d1bedc7168c75c3727dc1a1573a5b3b7d2ce7dfe / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update sbt, scr

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

2025-03-23 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: 386d14e263383b8b796e142fa182526a08caea32 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github

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

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

[GH] (pekko-persistence-cassandra): Workflow run "Run Tests with Pekko 1.0.x builds" failed!

2025-03-23 Thread GitBox
The GitHub Actions job "Run Tests with Pekko 1.0.x builds" on pekko-persistence-cassandra.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 76736ff8553903d3d3b592d4fd7b29892d47d2d5 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@user

Re: [I] failed: MetricsBasedResizerSpec [pekko]

2025-03-23 Thread via GitHub
pjfanning commented on issue #1796: URL: https://github.com/apache/pekko/issues/1796#issuecomment-2746511514 This suite has been flaky even in Akka days. https://github.com/search?q=repo%3Aakka%2Fakka+MetricsBasedResizerSpec&type=issues Not sure why it has become flakier recent

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

2025-03-23 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: 3aacafe4774ae4cad3dad7acd970f675ef702be1 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update sbt, sc

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

2025-03-23 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: 7e8129410c8fc4106020bab0e23de93d1ed71348 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.