Consume Events from another Service
You want to consume an Event from a Service that has already been published so that you can implement logic that is executed when the Event is triggered.
You want to consume an Event from a Service that has already been published so that you can implement logic that is executed when the Event is triggered.
In this ‘Getting Started’ session, you will experience first-hand how convenient it is to build microservices with . For this purpose, you will implement and deploy a service with a Hello World API.
You have built an API with and published it so that it can be consumed by other services. Due to new requirements you want to introduce a breaking change without breaching the API contract. To introduce breaking changes it is recommended to create a new version of your API.
In this course you will learn how to set up your domain service project for the implementation on your local machine using the Solution CLI.