eShopOnDapr
eShopOnDapr copied to clipboard
A sample .NET distributed application based on eShopOnContainers, powered by Dapr.
# 1.The scope in the docker image is wrong https://github.com/spatxos/eShopOnDapr/blob/ee0085993628ba6e41a6f9221f36fca3ff47292e/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/ProgramExtensions.cs#LL43C42-L43C42 ,Scopes should be { "shoppingaggr", AppName } # 2.The image source of docker compose should be indicated Use docker compose...
failed to run "Run eShopOnDapr on a local Kubernetes cluster using Docker for Desktop" on my docker desktop on mac Fllowed the instructions and Performed 3 steps, but still can...
Imho opinion, the service in the rabbitmq deployment needs to be rabbitmq instead of redis.
Hello I checked the bicep files in this project and found that secrets are passed by the outputs(especially the cosmos key) which according to docs should not be: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/scenarios-secrets#avoid-outputs-for-secrets Issue...
It seems that this sample app doesn't demonstrate how to achieve atomicity between database updates and event publishing, which is essential in real-life projects. In the original [eShopOnContainers](https://github.com/dotnet-architecture/eShopOnContainers) app, the...
Hi, I see that most examples on Azure Container Apps ci/cd pipelines are related to Github Actions. I would like to see this reference app deployed using Azure DevOps pipelines....
[root@master dapr]# kubectl get pods -n eshopondapr ``` NAME READY STATUS RESTARTS AGE apigateway-768cd95849-kkvhx 2/2 Running 0 28m basket-76f884db96-s287j 2/2 Running 0 28m blazorclient-6b89cf666c-bb6w4 1/1 Running 0 28m catalog-6f5488d5f5-7pdg5 2/2...