For self purposes I am creating Java implementation of eShopOnContainers inspired by below respository: https://github.com/dotnet-architecture/eShopOnAzure/tree/master/src/Services
So far I have setup following
- Identity service using keycloak
- Discovery service using Spring Cloud
- Catalog service that uses JPA.
- Secrets are stored using Docker swarm
Much more to follow as I keep on developing this Repository