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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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-
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
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
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
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
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/
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
58 matches
Mail list logo