You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/03/15 18:23:53 UTC

[incubator-pekko-samples] 01/01: add warning to pekko-sample-distributed-workers-scala README

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch pjfanning-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git

commit be06647ca0946067be338133d2481b75bb11eb43
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Wed Mar 15 19:23:47 2023 +0100

    add warning to pekko-sample-distributed-workers-scala README
---
 pekko-sample-distributed-workers-scala/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pekko-sample-distributed-workers-scala/README.md b/pekko-sample-distributed-workers-scala/README.md
index 1ad825a..74c35bb 100644
--- a/pekko-sample-distributed-workers-scala/README.md
+++ b/pekko-sample-distributed-workers-scala/README.md
@@ -1,5 +1,7 @@
 # Apache Pekko Distributed Workers with Scala Guide
 
+**Currently broken, awaiting fix as part of issue https://github.com/apache/incubator-pekko-samples/issues/8**
+
 To be reactive, distributed applications must deal gracefully with temporary and prolonged outages as well as have
 the ability to scale up and down to make the best use of resources.
 Apache Pekko Cluster provides these capabilities so that you don't have to implement them yourself.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org