Re: [D] FileTailSource for reading Parquet files, [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 closed a discussion: FileTailSource for reading Parquet files, FileTailSource for reading Parquet files, we'd be working with a lower-level stream of bytes, and it's not ideal for structured formats like Parquet. FileTailSource is designed for streaming content like logs

Re: [D] Classic Dispatchers - I/O-bound [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 closed a discussion: Classic Dispatchers - I/O-bound For I/O-bound tasks for our usecase such as pulling data from HDFS / s3 and uploading to s3 file system how to set dipatcher. Doc says the number below ``` my-dispatcher { # Dispatcher is the name of the event-based d

Re: [D] Recommendations for Pekko Connectors Deployment [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 closed a discussion: Recommendations for Pekko Connectors Deployment Hi Developers Whats the ideal way of deploying pekko connectors in production? Use case we will watch different hdfs and s3 directories and pull the data to push to s3 object store via pekko s3 sink con

Re: [D] Pekko Connectors for pulling data from HDFS to putting into S3 [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 closed a discussion: Pekko Connectors for pulling data from HDFS to putting into S3 Hello Developer community, We have a requirement oc pulling data from HDFS to putting into S3. We are exploring Pekko connectors, do you think it's an ideal use case to use Pekko connecto

Re: [D] Distributed lock on file within pekko cluster [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 closed a discussion: Distributed lock on file within pekko cluster Hello Folks, We have hdfs connectors to watch on hdfs directories, the same code is deployed in pekko-clusters using k8s How can I implement a distributed lock for the file across cluster to avoid race c

Re: [D] Pekko Connector Fault Tolerance Processing [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 closed a discussion: Pekko Connector Fault Tolerance Processing Hi Team, I tested this functionality - Prepare 2000 files in a test location local inside the pod - Deploy the app on Kubernetes with multiple pods using the Cluster Singleton setup. Ensure that only one po

Re: [D] Pekko Cluster Sharding - Race condition [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 closed the discussion with a comment: Pekko Cluster Sharding - Race condition Opened discussion here: https://github.com/apache/pekko/discussions/1508 GitHub link: https://github.com/apache/pekko-connectors/discussions/835#discussioncomment-10787414 This is an autom

Re: [D] Pekko Cluster Sharding - Race condition [pekko]

2024-09-28 Thread via GitHub
GitHub user Susmit07 added a comment to the discussion: Pekko Cluster Sharding - Race condition @Roiocam @pjfanning @raboof I know you people are the contributors to this repository, and shouldn't be tagging you folks, anyone can watch and reply, but sadly no-one does To be honest we are dec

Re: [D] Pekko Cluster Sharding - Race condition [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 closed a discussion: Pekko Cluster Sharding - Race condition In a Cluster Sharding what are probabilities of a file being processed once at a given time across all the pods in the cluster? Each entity in a sharded cluster is uniquely identified by its entityId as far th

Re: [D] Pekko Cluster Sharding - Race condition [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 edited a comment on the discussion: Pekko Cluster Sharding - Race condition @Roiocam @pjfanning @raboof I know you people are the contributors to this repository, and shouldn't be tagging you folks, anyone can watch and reply, but sadly no-one does To be honest we are d

Re: [D] Pekko Cluster Sharding - Race condition [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 edited a discussion: Pekko Cluster Sharding - Race condition In a Cluster Sharding what are probabilities of a file being processed once at a given time across all the pods in the cluster? Each entity in a sharded cluster is uniquely identified by its entityId as far th

Re: [D] Pekko Cluster Sharding - Race condition [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 added a comment to the discussion: Pekko Cluster Sharding - Race condition @Roiocam @pjfanning @raboof I know you people are the contributors to this repository, and shouldn't be tagging you folks. To be honest we are deciding on the factors before finalising with Pekko

[GH] (pekko-connectors): Workflow run "CI" is working again!

2024-09-28 Thread GitBox
The GitHub Actions job "CI" on pekko-connectors.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 39a359f8ec3c95f766468d00e667289dbfb937ca / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update google-clou

Re: [D] Pekko Cluster Implementation in a Microservice [pekko]

2024-09-28 Thread via GitHub
GitHub user Susmit07 added a comment to the discussion: Pekko Cluster Implementation in a Microservice We are just now trying to solve the exact problem. There are multiple ways you can solve - Implement Offset Persistence Using Pekko Persistence. You can read this https://pekko.apache.org/d

Re: [D] Pekko Cluster Sharding - Race condition [pekko]

2024-09-28 Thread via GitHub
GitHub user pjfanning closed the discussion with a comment: Pekko Cluster Sharding - Race condition Please don't spam the community by opening multiple discussions about the same thing. You already have https://github.com/apache/pekko-connectors/discussions/835 GitHub link: https://github.c

Re: [D] Pekko Cluster Sharding - Race condition [pekko]

2024-09-28 Thread via GitHub
GitHub user Susmit07 closed a discussion: Pekko Cluster Sharding - Race condition Hello Developers, We are planning to use Pekko connectors to observe a file directory in a distributed storage like HDFS, and pull parquet files wheneve r available. We thought of multiple approaches of cluster

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

2024-09-28 Thread GitBox
The GitHub Actions job "CI" on pekko-connectors.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by pjfanning). Head commit for run: 98caecd2da8d233462c0dd0513b0890ef188fdaa / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update g

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

2024-09-28 Thread GitBox
The GitHub Actions job "Nightly Build and Test" on pekko-connectors-kafka.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 6179d2e0f91f4aab107914dbcb942b03d576bab4 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.git

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

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

[PR] Update scala3-library to 3.3.4 [pekko-connectors]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #842: URL: https://github.com/apache/pekko-connectors/pull/842 ## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.com/scala/sca

[PR] Update auth, dynamodb, eventbridge, firehose, ... to 2.28.11 [pekko-connectors]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #843: URL: https://github.com/apache/pekko-connectors/pull/843 ## About this PR 📦 Updates * software.amazon.awssdk:auth * software.amazon.awssdk:dynamodb * software.amazon.awssdk:eventbridge * software.amazon.awssdk:firehose

[PR] Update scala-library, scala-reflect to 2.13.15 [pekko-connectors]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #841: URL: https://github.com/apache/pekko-connectors/pull/841 ## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from

[PR] Update mongo-scala-driver to 5.2.0 [pekko-connectors]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #840: URL: https://github.com/apache/pekko-connectors/pull/840 ## About this PR 📦 Updates [org.mongodb.scala:mongo-scala-driver](https://github.com/mongodb/mongo-java-driver) from `5.1.4` to `5.2.0` ## Usage ✅ **Please merge!**

[PR] Update solr-solrj, solr-test-framework to 8.11.4 [pekko-connectors]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #839: URL: https://github.com/apache/pekko-connectors/pull/839 ## About this PR 📦 Updates * [org.apache.solr:solr-solrj](https://lucene.apache.org) * [org.apache.solr:solr-test-framework](https://lucene.apache.org) from `8.11

[PR] Update avro to 1.11.4 [pekko-connectors]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #838: URL: https://github.com/apache/pekko-connectors/pull/838 ## About this PR 📦 Updates [org.apache.avro:avro](https://avro.apache.org) from `1.11.3` to `1.11.4` ## Usage ✅ **Please merge!** I'll automatically update thi

[PR] Update guava to 33.3.1-jre [pekko-connectors]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #837: URL: https://github.com/apache/pekko-connectors/pull/837 ## About this PR 📦 Updates [com.google.guava:guava](https://github.com/google/guava) from `33.3.0-jre` to `33.3.1-jre` ## Usage ✅ **Please merge!** I'll automa

[PR] Update google-cloud-pubsub to 1.132.3 [pekko-connectors]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #836: URL: https://github.com/apache/pekko-connectors/pull/836 ## About this PR 📦 Updates [com.google.cloud:google-cloud-pubsub](https://github.com/googleapis/java-pubsub) from `1.132.2` to `1.132.3` 📜 [GitHub Release Notes](https

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

2024-09-28 Thread GitBox
The GitHub Actions job "Nightly Builds" on pekko-http.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: d504f46cdb6b51ea67a261a77fdd1106803ca952 / PJ Fanning uptake sbt-apache-sonatype release via sbt-pekko-build (#609) Report URL: https://github.co

[GH] (pekko-http): Workflow run "Publish nightly snapshots and documentation" failed!

2024-09-28 Thread GitBox
The GitHub Actions job "Publish nightly snapshots and documentation" on pekko-http.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: d504f46cdb6b51ea67a261a77fdd1106803ca952 / PJ Fanning uptake sbt-apache-sonatype release via sbt-pekko-build (#609)

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

2024-09-28 Thread GitBox
The GitHub Actions job "Publish nightly 1.0 snapshots" on pekko-http.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: d504f46cdb6b51ea67a261a77fdd1106803ca952 / PJ Fanning uptake sbt-apache-sonatype release via sbt-pekko-build (#609) Report URL: h

Re: [PR] Update junit-jupiter-engine to 5.11.1 [pekko]

2024-09-28 Thread via GitHub
pjfanning merged PR #1504: URL: https://github.com/apache/pekko/pull/1504 -- 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 guava to 33.3.1-jre [pekko]

2024-09-28 Thread via GitHub
pjfanning merged PR #1503: URL: https://github.com/apache/pekko/pull/1503 -- 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

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

2024-09-28 Thread GitBox
The GitHub Actions job "Nightly Builds" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: f24e43687b4e88e43d19e031e87eba3e700b5182 / PJ Fanning mark stop() method as noinline (#1485) * mark stop() method as noinline * Update Dispatch

[GH] (pekko): Workflow run "Nightly Builds (1.0)" is working again!

2024-09-28 Thread GitBox
The GitHub Actions job "Nightly Builds (1.0)" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: f24e43687b4e88e43d19e031e87eba3e700b5182 / PJ Fanning mark stop() method as noinline (#1485) * mark stop() method as noinline * Update

[GH] (pekko): Workflow run "Build and test Pekko with Scala 3" is working again!

2024-09-28 Thread GitBox
The GitHub Actions job "Build and test Pekko with Scala 3" on pekko.git has succeeded. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: c9d4a0f3e4bd59b99e321fdccfd075ce817380ef / scala-steward-asf[bot] <147768647+scala-steward-asf[b

[GH] (pekko): Workflow run "Build and test Pekko with Scala 3" failed!

2024-09-28 Thread GitBox
The GitHub Actions job "Build and test Pekko with Scala 3" on pekko.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: 5606f0221097c9e390755f550a8f51eaf63b3bb9 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]

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

2024-09-28 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: 15ff204193632d8a7b6ed92c2b29c282e83afcba / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.git

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

2024-09-28 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: 6179d2e0f91f4aab107914dbcb942b03d576bab4 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update junit-ju

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

2024-09-28 Thread GitBox
The GitHub Actions job "CI" on pekko-connectors-kafka.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: f9635a37a264aa2054e451c7cd98e5ac784f744e / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.

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

2024-09-28 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: da6e0c6513ead569fae53161a5b40e684eeadaa1 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update guava

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

2024-09-28 Thread GitBox
The GitHub Actions job "CI" on pekko-connectors-kafka.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: 30b7762be316cabc532d1a2152e3fb2e406dc49d / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.

Re: [PR] Update junit-jupiter-api to 5.11.1 [pekko-connectors-kafka]

2024-09-28 Thread via GitHub
pjfanning merged PR #234: URL: https://github.com/apache/pekko-connectors-kafka/pull/234 -- 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-connectors-kafka): Workflow run "CI" is working again!

2024-09-28 Thread GitBox
The GitHub Actions job "CI" on pekko-connectors-kafka.git has succeeded. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: a533f6be9a2f938ce8ceb179bd44246ecf1c84f9 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.norep

[GH] (pekko): Workflow run "Generate doc check" is working again!

2024-09-28 Thread GitBox
The GitHub Actions job "Generate doc check" on pekko.git has succeeded. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: 1eae7369d401607324e0e8a1ccf93772af17b23f / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.norepl

Re: [PR] Update guava to 33.3.1-jre [pekko-management]

2024-09-28 Thread via GitHub
pjfanning merged PR #315: URL: https://github.com/apache/pekko-management/pull/315 -- 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 ecs to 2.28.11 [pekko-management]

2024-09-28 Thread via GitHub
pjfanning merged PR #318: URL: https://github.com/apache/pekko-management/pull/318 -- 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): Workflow run "Binary Compatibility" is working again!

2024-09-28 Thread GitBox
The GitHub Actions job "Binary Compatibility" on pekko.git has succeeded. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: 15ff204193632d8a7b6ed92c2b29c282e83afcba / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.nore

[PR] Update scala3-library to 3.3.4 [pekko-persistence-r2dbc]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #150: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/150 ## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.com/sc

[PR] Update scala-library to 2.13.15 [pekko-persistence-r2dbc]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #149: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/149 ## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.14` to `2.13.15` 📜 [GitHub Release Notes](https://github.com

[GH] (pekko-http): Workflow run "Validate and test" is working again!

2024-09-28 Thread GitBox
The GitHub Actions job "Validate and test" on pekko-http.git has succeeded. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: dc88d1dcd9f7ffc21bb93566c1682de3fdaeb987 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.no

[PR] Update scala3-library to 3.3.4 [pekko-projection]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #212: URL: https://github.com/apache/pekko-projection/pull/212 ## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.com/scala/sca

[PR] Update scala-library, scala-reflect to 2.13.15 [pekko-projection]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #211: URL: https://github.com/apache/pekko-projection/pull/211 ## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from

[GH] (pekko-http): Workflow run "Validate and test" failed!

2024-09-28 Thread GitBox
The GitHub Actions job "Validate and test" on pekko-http.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: b216f46431dcfa2dd64842e4ef492ddca1a2a306 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.norep

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

2024-09-28 Thread GitBox
The GitHub Actions job "Unit Tests" on pekko-persistence-cassandra.git has succeeded. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: 8e84a250c5b9bf52bf0f24453ee4c755ca5ded0c / scala-steward-asf[bot] <147768647+scala-steward-asf[bo

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

2024-09-28 Thread GitBox
The GitHub Actions job "Link Validator" on pekko-http.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: dc88d1dcd9f7ffc21bb93566c1682de3fdaeb987 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.

[GH] (pekko-http): Workflow run "Link Validator" is working again!

2024-09-28 Thread GitBox
The GitHub Actions job "Link Validator" on pekko-http.git has succeeded. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: 9df26edc6b4653d1578ed3989fc8a40f739bf8c3 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.norep

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

2024-09-28 Thread GitBox
The GitHub Actions job "Link Validator" on pekko-http.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: b216f46431dcfa2dd64842e4ef492ddca1a2a306 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.

[PR] Update scala3-library to 3.3.4 [pekko-persistence-jdbc]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #234: URL: https://github.com/apache/pekko-persistence-jdbc/pull/234 ## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.com/sca

[PR] Update scala-library, scala-reflect to 2.13.15 [pekko-persistence-jdbc]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #233: URL: https://github.com/apache/pekko-persistence-jdbc/pull/233 ## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala)

[PR] Update scala-library to 2.13.15 [pekko-management]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #316: URL: https://github.com/apache/pekko-management/pull/316 ## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.14` to `2.13.15` 📜 [GitHub Release Notes](https://github.com/scala/

[GH] (pekko): Workflow run "Link Validator" is working again!

2024-09-28 Thread GitBox
The GitHub Actions job "Link Validator" on pekko.git has succeeded. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: 15ff204193632d8a7b6ed92c2b29c282e83afcba / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.gi

[PR] Update ecs to 2.28.11 [pekko-management]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #318: URL: https://github.com/apache/pekko-management/pull/318 ## About this PR 📦 Updates software.amazon.awssdk:ecs from `2.27.24` to `2.28.11` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conf

[PR] Update scala3-library to 3.3.4 [pekko-http]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #612: URL: https://github.com/apache/pekko-http/pull/612 ## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.com/scala/scala3/re

[PR] Update scala-library, scala-reflect to 2.13.15 [pekko-http]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #611: URL: https://github.com/apache/pekko-http/pull/611 ## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.13.

[PR] Update sbt-scalafix, scalafix-core to 0.13.0 [pekko-http]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #610: URL: https://github.com/apache/pekko-http/pull/610 ## About this PR 📦 Updates * [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) * [ch.epfl.scala:scalafix-core](https://github.com/scalacenter/scalafix)

[PR] Update scala3-library to 3.3.4 [pekko-management]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #317: URL: https://github.com/apache/pekko-management/pull/317 ## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.com/scala/sca

[PR] Update guava to 33.3.1-jre [pekko-management]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #315: URL: https://github.com/apache/pekko-management/pull/315 ## About this PR 📦 Updates [com.google.guava:guava](https://github.com/google/guava) from `33.3.0-jre` to `33.3.1-jre` ## Usage ✅ **Please merge!** I'll automa

[GH] (pekko): Workflow run "Generate doc check" failed!

2024-09-28 Thread GitBox
The GitHub Actions job "Generate doc check" on pekko.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: c9d4a0f3e4bd59b99e321fdccfd075ce817380ef / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.g

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

2024-09-28 Thread GitBox
The GitHub Actions job "Link Validator" on pekko-connectors-kafka.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: 30b7762be316cabc532d1a2152e3fb2e406dc49d / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@u

[GH] (pekko): Workflow run "Binary Compatibility" failed!

2024-09-28 Thread GitBox
The GitHub Actions job "Binary Compatibility" on pekko.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: c9d4a0f3e4bd59b99e321fdccfd075ce817380ef / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply

[PR] Update scala-library to 2.13.15 [pekko-connectors-kafka]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #235: URL: https://github.com/apache/pekko-connectors-kafka/pull/235 ## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.14` to `2.13.15` 📜 [GitHub Release Notes](https://github.com/

[GH] (pekko-connectors-kafka): Workflow run "Link Validator" is working again!

2024-09-28 Thread GitBox
The GitHub Actions job "Link Validator" on pekko-connectors-kafka.git has succeeded. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: a533f6be9a2f938ce8ceb179bd44246ecf1c84f9 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot

[PR] Update scala3-library to 3.3.4 [pekko-connectors-kafka]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #236: URL: https://github.com/apache/pekko-connectors-kafka/pull/236 ## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.com/sca

[PR] Update junit-jupiter-api to 5.11.1 [pekko-connectors-kafka]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #234: URL: https://github.com/apache/pekko-connectors-kafka/pull/234 ## About this PR 📦 Updates [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from `5.11.0` to `5.11.1` ## Usage ✅ **Please merge!**

[GH] (pekko-grpc): Workflow run "Launch Scala Steward" failed!

2024-09-28 Thread GitBox
The GitHub Actions job "Launch Scala Steward" on pekko-grpc.git has failed. Run started by GitHub user mdedetrich (triggered by mdedetrich). Head commit for run: ff4a4aac73d604acfe68df937afe32684e61746c / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update

[GH] (pekko): Workflow run "Pull Requests" failed!

2024-09-28 Thread GitBox
The GitHub Actions job "Pull Requests" on pekko.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: c9d4a0f3e4bd59b99e321fdccfd075ce817380ef / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github

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

2024-09-28 Thread GitBox
The GitHub Actions job "Link Validator" on pekko.git has failed. Run started by GitHub user scala-steward-asf[bot] (triggered by scala-steward-asf[bot]). Head commit for run: c9d4a0f3e4bd59b99e321fdccfd075ce817380ef / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.githu

[PR] Update scala3-library to 3.3.4 [pekko-persistence-cassandra]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #231: URL: https://github.com/apache/pekko-persistence-cassandra/pull/231 ## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.co

[PR] Update scala-library to 2.13.15 [pekko-persistence-cassandra]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #230: URL: https://github.com/apache/pekko-persistence-cassandra/pull/230 ## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.14` to `2.13.15` 📜 [GitHub Release Notes](https://github

[PR] Update junit-jupiter-engine to 5.11.1 [pekko]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1504: URL: https://github.com/apache/pekko/pull/1504 ## About this PR 📦 Updates [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from `5.11.0` to `5.11.1` ## Usage ✅ **Please merge!** I'll a

[PR] Update guava to 33.3.1-jre [pekko]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1503: URL: https://github.com/apache/pekko/pull/1503 ## About this PR 📦 Updates [com.google.guava:guava](https://github.com/google/guava) from `33.3.0-jre` to `33.3.1-jre` ## Usage ✅ **Please merge!** I'll automatically u

[PR] Update sbt-scalafix to 0.13.0 [pekko]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1502: URL: https://github.com/apache/pekko/pull/1502 ## About this PR 📦 Updates [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) from `0.12.1` to `0.13.0` 📜 [GitHub Release Notes](https://github.com/scala

[PR] Update scala-library to 2.13.15 [pekko]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1505: URL: https://github.com/apache/pekko/pull/1505 ## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.14` to `2.13.15` 📜 [GitHub Release Notes](https://github.com/scala/scala/rel

[PR] Update scala3-library to 3.3.4 [pekko]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1506: URL: https://github.com/apache/pekko/pull/1506 ## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.com/scala/scala3/relea

[PR] Update scala3-library to 3.3.4 [pekko-persistence-dynamodb]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #163: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/163 ## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.3.4` 📜 [GitHub Release Notes](https://github.com

[PR] Update scala-library to 2.13.15 [pekko-persistence-dynamodb]

2024-09-28 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #162: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/162 ## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.14` to `2.13.15` 📜 [GitHub Release Notes](https://github.

[PR] sbt 1.10.2 [pekko-site]

2024-09-28 Thread via GitHub
pjfanning opened a new pull request, #133: URL: https://github.com/apache/pekko-site/pull/133 (no comment) -- 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

[PR] refer to PMC - not PPMC [pekko-site]

2024-09-28 Thread via GitHub
pjfanning opened a new pull request, #132: URL: https://github.com/apache/pekko-site/pull/132 (no comment) -- 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

Re: [D] Support (optional) Context Propagation [pekko]

2024-09-28 Thread via GitHub
GitHub user pjfanning edited a discussion: Support (optional) Context Propagation Kamon supports [Context Propagation](https://kamon.io/docs/latest/core/context/). Kamon uses AOP style code instrumentation. See https://github.com/apache/pekko/discussions/1487 for a related discussion about m

Re: [D] Pekko Cluster Sharding - Race condition [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 edited a discussion: Pekko Cluster Sharding - Race condition In a Cluster Sharding what are probabilities of a file being processed once at a given time across all the pods in the cluster? Each entity in a sharded cluster is uniquely identified by its entityId as far th

Re: [D] Pekko Cluster Sharding - Race condition [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 edited a discussion: Pekko Cluster Sharding - Race condition In a Cluster Sharding what are probabilities of a file being processed once at a given time across all the pods in the cluster? Each entity in a sharded cluster is uniquely identified by its entityId as far th

Re: [D] Pekko Cluster Sharding - Race condition [pekko-connectors]

2024-09-28 Thread via GitHub
GitHub user Susmit07 edited a discussion: Pekko Cluster Sharding - Race condition In a Cluster Sharding what are probabilities of a file being processed once at a given time across all the pods in the cluster? Each entity in a sharded cluster is uniquely identified by its entityId as far th