You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Dapr to more closely isolate and run the independent services as actual microservices in individual .NET projects/solutions.
Remove IoC in the core project and have it actually inter-operate with the individual microservices via GRPC. Each microservice could/can then implement IoC or DI as necessary.
Be able to run and test each individual microservice idempotently and autonomously of the bootstrap "host" project solution.
Next Steps
Create a standalone harness to test each of the services.
Implement a baseline dapr project for deployment to k8s.
Implement a host that can manage the domain/abstraction appropriately for the services within K8s.
The text was updated successfully, but these errors were encountered:
Implement Dapr to more closely isolate and run the independent services as actual microservices in individual .NET projects/solutions.
Remove IoC in the core project and have it actually inter-operate with the individual microservices via GRPC. Each microservice could/can then implement IoC or DI as necessary.
Be able to run and test each individual microservice idempotently and autonomously of the bootstrap "host" project solution.
Next Steps
The text was updated successfully, but these errors were encountered: