The GitHub Actions job "Nightly Build and Test" on
pekko-connectors-kafka.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
a26e13ce2e5889dc27457b1d81292ea9c226f338 / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.g
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:
197fb6e60e6df89abe46caf0750b7cf95052524c / He-Pin(kerr)
fix: Change aggregateWithBoundary operator in javadsl to use Optional. (#1876)
Repor
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:
197fb6e60e6df89abe46caf0750b7cf95052524c / He-Pin(kerr)
fix: Change aggregateWithBoundary operator in javadsl to use Optional. (#1876)
The GitHub Actions job "Nightly Aeron Tests" on pekko.git/main has failed.
Run started by GitHub user jrudolph (triggered by jrudolph).
Head commit for run:
197fb6e60e6df89abe46caf0750b7cf95052524c / He-Pin(kerr)
fix: Change aggregateWithBoundary operator in javadsl to use Optional. (#1876)
Re
NavidJalali commented on PR #684:
URL: https://github.com/apache/pekko-http/pull/684#issuecomment-2920533222
> Calling the class `Trailer` is ok if this is the easiest way to go. We can
always alias the class in the import statements if we need to differentiate it
from the existing Trailer
pjfanning commented on PR #684:
URL: https://github.com/apache/pekko-http/pull/684#issuecomment-2920525557
Calling the class `Trailer` is ok if this is the easiest way to go. We can
always alias the class in the import statements if we need to differentiate it
from the existing Trailer clas
He-Pin merged PR #1876:
URL: https://github.com/apache/pekko/pull/1876
--
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 #1866:
URL: https://github.com/apache/pekko/pull/1866#issuecomment-2920345723
@regiskuckaertz pekko 1.2 snapshots need netty 4.2 jars (as opposed netty
4.1) - which might explain this
--
This is an automated message from the Apache Git Service.
To respond to the
He-Pin commented on issue #1872:
URL: https://github.com/apache/pekko/issues/1872#issuecomment-2920290349
One problem is, the statefulMap operator already covers such thing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
regiskuckaertz commented on PR #1866:
URL: https://github.com/apache/pekko/pull/1866#issuecomment-2920180255
@pjfanning erh that's weird, now am getting a netty class not found
```
Uncaught error from thread [PTS-pekko.remote.default-remote-dispatcher-6]:
io/netty/channel/MultiThreadIo
He-Pin commented on issue #39:
URL: https://github.com/apache/pekko/issues/39#issuecomment-2920125797
https://spark.apache.org/releases/spark-release-4-0-0.html
Just dropped Scala 2.12
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
pjfanning commented on code in PR #1876:
URL: https://github.com/apache/pekko/pull/1876#discussion_r2114428640
##
stream/src/main/mima-filters/1.1.x.backwards.excludes/pr-1876-add-optional-in-aggregateWithBoundary-javadsl.backwards.excludes:
##
@@ -0,0 +1,22 @@
+# Licensed to th
He-Pin commented on code in PR #1876:
URL: https://github.com/apache/pekko/pull/1876#discussion_r2114430569
##
stream/src/main/mima-filters/1.1.x.backwards.excludes/pr-1876-add-optional-in-aggregateWithBoundary-javadsl.backwards.excludes:
##
@@ -0,0 +1,22 @@
+# Licensed to the A
He-Pin commented on code in PR #1876:
URL: https://github.com/apache/pekko/pull/1876#discussion_r2113828403
##
stream/src/main/scala/org/apache/pekko/stream/javadsl/Flow.scala:
##
@@ -4628,15 +4628,18 @@ final class Flow[In, Out, Mat](delegate:
scaladsl.Flow[In, Out, Mat]) exte
pjfanning commented on code in PR #1876:
URL: https://github.com/apache/pekko/pull/1876#discussion_r2113785223
##
stream/src/main/scala/org/apache/pekko/stream/javadsl/Flow.scala:
##
@@ -4628,15 +4628,18 @@ final class Flow[In, Out, Mat](delegate:
scaladsl.Flow[In, Out, Mat]) e
He-Pin commented on code in PR #1876:
URL: https://github.com/apache/pekko/pull/1876#discussion_r2113747054
##
stream/src/main/scala/org/apache/pekko/stream/javadsl/Flow.scala:
##
@@ -4628,15 +4628,18 @@ final class Flow[In, Out, Mat](delegate:
scaladsl.Flow[In, Out, Mat]) exte
pjfanning commented on PR #1876:
URL: https://github.com/apache/pekko/pull/1876#issuecomment-2918944540
Looks like we are missing test coverage if we can make an incompatible
change to the method signatures but no tests need rewriting.
--
This is an automated message from the Apache Git S
pjfanning commented on code in PR #1876:
URL: https://github.com/apache/pekko/pull/1876#discussion_r2113586144
##
stream/src/main/scala/org/apache/pekko/stream/javadsl/Flow.scala:
##
@@ -4628,15 +4628,18 @@ final class Flow[In, Out, Mat](delegate:
scaladsl.Flow[In, Out, Mat]) e
ilapavuluri commented on issue #1826:
URL: https://github.com/apache/pekko/issues/1826#issuecomment-2918258590
I guess This is your post:
**_We are adding something like these below when running real application in
production:
SERVICE_OPTS="${SERVICE_OPTS} --add-o
NavidJalali commented on PR #684:
URL: https://github.com/apache/pekko-http/pull/684#issuecomment-2918667836
I've hit a little snag, modeled companion class always pre-initializes the
name of the header as the name of the class!
Even `TE` is rendered as `TE: ???`. If I overwrite it it wi
raboof commented on issue #1826:
URL: https://github.com/apache/pekko/issues/1826#issuecomment-2918532304
> I want to know what are the packages related to Pekko which I need to open
to avoid opening packages which are not necessary to open.
Perhaps you can start with none and share w
21 matches
Mail list logo