apache / pekko-platform-guide

Examples how to implement Microservices using Apache Pekko
https://pekko.apache.org/
Apache License 2.0
4 stars 6 forks source link

Migrate akka to pekko #55

Open laglangyue opened 8 months ago

laglangyue commented 8 months ago

I found help wanted https://pekko.apache.org/samples.html#help-wanted, I am willing to do this. the repo is just Document, I found that https://developer.lightbend.com/docs/akka-platform-guide It's already 404 and I don't know where this document will be displayed.

pjfanning commented 8 months ago

moved to https://developer.lightbend.com/docs/akka-guide/index.html

laglangyue commented 8 months ago

moved to https://developer.lightbend.com/docs/akka-guide/index.html

Thanks,I will finish reading this document first and then take a look at this repo. We haven't deployed this repo yet. Will we use GitHub Action to deploy it to gitHub.io or organize this document in other ways in the future

pjfanning commented 8 months ago

Publishing the site to the internet is a second task. The first task is to be able to change the docs and any code so that you can build it on your own computer and have it use Pekko references instead of Akka.

laglangyue commented 8 months ago

Publishing the site to the internet is a second task. The first task is to be able to change the docs and any code so that you can build it on your own computer and have it use Pekko references instead of Akka.

Yes, Should we migrate document tools to Pekko SBT Paradox? Now this repo use antora, it seems to be different from other sample repos. Paradox can be easily built locally.

pjfanning commented 8 months ago

24 is open - let's do that as a separate task later

Let's concentrate on change the code and doc content first

laglangyue commented 8 months ago

It seems that there hasn't been any progress for #24 yet. So we make modifications at the document and code levels firstly, and then don't have to wait for #24 ?

pjfanning commented 8 months ago

there is no reason to do #24 until we have this done

laglangyue commented 8 months ago

Atfer # 24, write markdown is better development experience, build locally and review the changes. emm... get it,I will start this work later.