Re: [PR] Test Netty 4.2.0.Final [pekko]

2025-04-06 Thread via GitHub
He-Pin commented on PR #1794: URL: https://github.com/apache/pekko/pull/1794#issuecomment-2781379857 @pjfanning Yes, we need some abstraction to do that, currently, it's bound to NioSocket, the Netty 4.2 is pretty cool about separate the iohandler with eventloop, I think that can be done mo

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

2025-04-06 Thread via GitHub
pjfanning merged PR #1030: URL: https://github.com/apache/pekko-connectors/pull/1030 -- 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] Test Netty 4.2.0.Final [pekko]

2025-04-06 Thread via GitHub
pjfanning commented on PR #1794: URL: https://github.com/apache/pekko/pull/1794#issuecomment-2781344348 @He-Pin @mkurz I had a quick look at Pekko code and it doesn't immediately look like we use the Netty abstractions that now support io_uring. I may have missed something. I would prefer t

Re: [PR] Test Netty 4.2.0.Final [pekko]

2025-04-06 Thread via GitHub
He-Pin commented on PR #1794: URL: https://github.com/apache/pekko/pull/1794#issuecomment-2781312080 @ferenc-csaky wdyt , we plan to upgrade to netty 4.2.0.final in next version, Will flink upgrade to Netty 4.2.x too? -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Update netty-handler, netty-transport to 4.2.0.Final [pekko]

2025-04-06 Thread via GitHub
pjfanning commented on PR #1812: URL: https://github.com/apache/pekko/pull/1812#issuecomment-2781287551 duplicate of #1794 -- 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.

Re: [PR] Update netty-handler, netty-transport to 4.2.0.Final [pekko]

2025-04-06 Thread via GitHub
pjfanning closed pull request #1812: Update netty-handler, netty-transport to 4.2.0.Final URL: https://github.com/apache/pekko/pull/1812 -- 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

Re: [PR] Update docker-java-core, ... to 3.5.0 [pekko]

2025-04-06 Thread via GitHub
pjfanning merged PR #1811: URL: https://github.com/apache/pekko/pull/1811 -- 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 ecs to 2.31.16 [pekko-management]

2025-04-06 Thread via GitHub
pjfanning merged PR #408: URL: https://github.com/apache/pekko-management/pull/408 -- 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] Test Netty 4.2.0.Final [pekko]

2025-04-06 Thread via GitHub
mkurz commented on PR #1794: URL: https://github.com/apache/pekko/pull/1794#issuecomment-2781369533 I agree. Just upgrading the dependency is definitely enough for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GH] (pekko-http/main): Workflow run "Publish nightly 1.0 snapshots" failed!

2025-04-06 Thread GitBox
The GitHub Actions job "Publish nightly 1.0 snapshots" on pekko-http.git/main has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: d1bedc7168c75c3727dc1a1573a5b3b7d2ce7dfe / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>

[GH] (pekko-http/main): Workflow run "Publish nightly 1.1 snapshots" failed!

2025-04-06 Thread GitBox
The GitHub Actions job "Publish nightly 1.1 snapshots" on pekko-http.git/main 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

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

2025-04-06 Thread GitBox
The GitHub Actions job "Nightly Tests (Pekko 1.0.x)" on pekko-persistence-r2dbc.git/main 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.nor

Re: [PR] Introduce Task monad [pekko]

2025-04-06 Thread via GitHub
jypma commented on PR #1802: URL: https://github.com/apache/pekko/pull/1802#issuecomment-2781553846 I've decided to just introduce a `RunningGraph` interface to represent a graph that will eventually complete (with a `Task`), and has the ability to be interrupted (with another `Task`). That

[GH] (pekko/main): Workflow run "Publish nightly 1.0 snapshots" failed!

2025-04-06 Thread GitBox
The GitHub Actions job "Publish nightly 1.0 snapshots" on pekko.git/main has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 3d4893137b389f6521565b50bc3c793738afdcc5 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>

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

2025-04-06 Thread GitBox
The GitHub Actions job "Nightly Aeron Tests" on pekko.git/main has succeeded. Run started by GitHub user jrudolph (triggered by jrudolph). Head commit for run: 3d4893137b389f6521565b50bc3c793738afdcc5 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update do

[GH] (pekko-persistence-jdbc/main): Workflow run "Publish 1.0 Nightly" failed!

2025-04-06 Thread GitBox
The GitHub Actions job "Publish 1.0 Nightly" on pekko-persistence-jdbc.git/main has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 1cc5c27dd55f5d2c7b820e67634a830b6bde66c3 / Patrick Stadler fix: postgres durable state schemaName change leads to wri

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

2025-04-06 Thread GitBox
The GitHub Actions job "Nightly Builds (1.1)" on pekko.git/main has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 3d4893137b389f6521565b50bc3c793738afdcc5 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update do

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

2025-04-06 Thread GitBox
The GitHub Actions job "Nightly Builds" on pekko.git/main has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 3d4893137b389f6521565b50bc3c793738afdcc5 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update docker-j

[GH] (pekko-management/main): Workflow run "Nightly Tests" failed!

2025-04-06 Thread GitBox
The GitHub Actions job "Nightly Tests" on pekko-management.git/main has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 53281f9c5d608bc3225658f804b8df41a238629a / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Updat

[GH] (pekko-grpc/main): Workflow run "Publish 1.0 Nightly" failed!

2025-04-06 Thread GitBox
The GitHub Actions job "Publish 1.0 Nightly" on pekko-grpc.git/main has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: eb5a8e319b54fb6ce1b7cbeaeff6493703068479 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Updat