Batuhan
Batuhan
CC#
Created by Batuhan on 8/30/2024 in #help
✅ Event-Driven-Architecture Cons Issue
i have a microservice project as a backend and spa as frontend. I have some question while designing my service. When a user on a checkout page after pass the payment process which is a microservice a command will be thrown in the service to the order service. Order service will consume the command and save the order information to the database. My question is after the payment is processed normally, order information id,name,date etc. will shown to the user. But in this scenario (Event-driven-architecture) my frontend does not wait the order API response where my order information will be fetched. So how am I going to show the user it's order information after checkout process ? technologies; - Angular - .Net - PostgreSQL - rabbitmq(masstransit)
16 replies
CC#
Created by Batuhan on 2/1/2024 in #help
Can not create Docker Image in Terminal using DockerFile
Hi, I am trying to dockerize my microservice application and my identityserver runs on 3.1 sdk because it is free version. I have the default visual studio's dockerfile and when I start project using visual studio with dockerfile it runs there is no problem. Hence i try to build image on my terminal i get this error and could not find the proper solution.
8 replies
CC#
Created by Batuhan on 11/7/2023 in #help
❔ Role Based Authorization is not working properly.
No description
6 replies
CC#
Created by Batuhan on 11/14/2022 in #help
❔ Include several include within get method
5 replies