The GitHub Actions job "Pull Requests" on pekko.git has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run:
01de9bba6b71c6e151ee0ab66fabc0dc9c973829 / He-Pin
feat: Add TraversalBuilder.getValuePresentedSource method for further
optimization.
Report URL: ht
The GitHub Actions job "Scalafmt" on pekko.git has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run:
01de9bba6b71c6e151ee0ab66fabc0dc9c973829 / He-Pin
feat: Add TraversalBuilder.getValuePresentedSource method for further
optimization.
Report URL: https:/
The GitHub Actions job "Scalafmt" on pekko.git has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run:
bfbfe06130930a7d39fe6a808fad372c43203efb / He-Pin
feat: Add TraversalBuilder.getValuePresentedSource method for further
optimization.
Report URL: https://gi
He-Pin commented on PR #1701:
URL: https://github.com/apache/pekko/pull/1701#issuecomment-2608909882
@pjfanning @raboof Would you like to help review this?
--
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
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:
1f1c5ca5b7636177d476dffdca940cd74c155b2a / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github
The GitHub Actions job "Nightly Builds" on pekko.git has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
2469f729f7503acf814bcbd042b4bb0863103c9d / He-Pin(kerr)
feat: Add support for switching scheduler (#1724)
Report URL: https://github.com/apache/p
InmanCochrane opened a new issue, #1740:
URL: https://github.com/apache/pekko/issues/1740
I know this is trivial, and 7 years old from the Akka fork, but I was
perplexed by this sentence in the [Design Principles
page](https://pekko.apache.org/docs/pekko/current/general/stream/stream-design
He-Pin commented on PR #1724:
URL: https://github.com/apache/pekko/pull/1724#issuecomment-2608141383
Thanks for review.
--
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 u
He-Pin merged PR #1724:
URL: https://github.com/apache/pekko/pull/1724
--
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
pjfanning commented on PR #1709:
URL: https://github.com/apache/pekko/pull/1709#issuecomment-2608125754
@raboof @nvollmar What do you think? This looks not too bad for a patch -
not ideal to have a non-bug fix in a patch but the change is small enough and
doesn't have an API impact. The def
ferenc-csaky commented on PR #1709:
URL: https://github.com/apache/pekko/pull/1709#issuecomment-2607991560
Yes, I built Pekko myself locally after I applied this patch to 1.1.x
locally, and built Flink against that version with the added setting to run the
test.
--
This is an automated m
He-Pin commented on PR #1709:
URL: https://github.com/apache/pekko/pull/1709#issuecomment-2607882539
> This PR is not merged. You can only get this support by using the latest
1.2 snapshots.
>
> See https://github.com/apache/pekko/pull/1709#issuecomment-2599698240
And I built 1
pjfanning commented on PR #1709:
URL: https://github.com/apache/pekko/pull/1709#issuecomment-2607851256
This PR is not merged. You can only get this support by using the latest 1.2
snapshots.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
ferenc-csaky commented on PR #1709:
URL: https://github.com/apache/pekko/pull/1709#issuecomment-2607835835
@pjfanning I just created a local Pekko build (more details in
https://github.com/apache/flink/pull/25955) from the 1.1.x branch with this PR
applied on top and executed our failing te
pjfanning commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1925223943
##
docs/src/test/scala/docs/dispatcher/DispatcherDocSpec.scala:
##
@@ -66,6 +66,10 @@ object DispatcherDocSpec {
parallelism-factor = 2.0
# Max number
He-Pin commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1925224019
##
docs/src/main/paradox/typed/dispatchers.md:
##
@@ -129,6 +129,17 @@ You can read more about parallelism in the JDK's
[ForkJoinPool documentation](ht
When Running on
pjfanning commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1925223571
##
docs/src/main/paradox/typed/dispatchers.md:
##
@@ -129,6 +129,17 @@ You can read more about parallelism in the JDK's
[ForkJoinPool documentation](ht
When Running
pjfanning commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1925223160
##
docs/src/main/paradox/dispatchers.md:
##
@@ -44,6 +44,16 @@ You can read more about parallelism in the JDK's
[ForkJoinPool documentation](ht
When Running on Java
pjfanning commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1925173637
##
actor/src/main/resources/reference.conf:
##
@@ -487,6 +487,19 @@ pekko {
# This config is new in Pekko v1.1.0 and only has an effect if you are
running wit
pjfanning commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1925172696
##
docs/src/main/paradox/dispatchers.md:
##
@@ -44,6 +44,16 @@ You can read more about parallelism in the JDK's
[ForkJoinPool documentation](ht
When Running on Java
pjfanning commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1925172397
##
docs/src/main/paradox/typed/dispatchers.md:
##
@@ -129,6 +129,17 @@ You can read more about parallelism in the JDK's
[ForkJoinPool documentation](ht
When Running
pjfanning commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1925112232
##
docs/src/main/paradox/dispatchers.md:
##
@@ -44,6 +44,17 @@ You can read more about parallelism in the JDK's
[ForkJoinPool documentation](ht
When Running on Java
pjfanning commented on code in PR #1724:
URL: https://github.com/apache/pekko/pull/1724#discussion_r1925098689
##
docs/src/main/paradox/dispatchers.md:
##
@@ -44,6 +44,17 @@ You can read more about parallelism in the JDK's
[ForkJoinPool documentation](ht
When Running on Java
23 matches
Mail list logo