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 shopping-cart-service-cassandra-java #66

Closed laglangyue closed 8 months ago

laglangyue commented 8 months ago

This PR inclueds:

migrate shopping-cart-service-cassandra-java to pekko

Test

Failed, there are some problems of configratution. This module can be compiled with mvn clean package -DskipTests=true, Due to lack of pekko-persistences of me and changes of configuration,I can't finish the test now.

laglangyue commented 8 months ago

I need more time to study the pekko-persistence and then finish the test.

pjfanning commented 8 months ago

I've merged in latest main code and fixed some issues.

There are 2 tests failing. I haven't had time to debug why.

@laglangyue if you want to, you can try fixing this. I will try again in next few days. Please don't create any more code change PRs for this repo. It is easier to upgrade them altogether instead of 1 at a time. I did all the microservices-tutorials changes yesterday in 1 PR.

laglangyue commented 8 months ago

I've merged in latest main code and fixed some issues.

There are 2 tests failing. I haven't had time to debug why.

@laglangyue if you want to, you can try fixing this. I will try again in next few days. Please don't create any more code change PRs for this repo. It is easier to upgrade them altogether instead of 1 at a time. I did all the microservices-tutorials changes yesterday in 1 PR.

get it, I would like to test