Skip to main content

4 docs tagged with "Solution CLI"

View All Tags

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.

Create your first HelloWorld API

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.

Introduce Breaking Changes safely to an Existing 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.