Skip to content

Commit

Permalink
Removing draft exercises text
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmaradiaga committed Apr 8, 2024
1 parent 9769a78 commit 84f6baa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,26 +68,10 @@ See below for an overview of the exercises part of this CodeJam.
* [Exercise 07 - Exchanging messages between Event Broker Services (Dynamic Message Routing)](./exercises/07-dynamic-message-routing/README.md)
* [Exercise 08 - Create a CloudEvent programmatically (CloudEvents SDK)](./exercises/08-cloudevents-sdk/README.md)
* [Exercise 09 - Forward messages in Queue to REST Consumer (REST Delivery Points/webhooks)](./exercises/09-rest-delivery-points/README.md)
* [Exercise 10 - Consuming messages from CAP project (AMQP protocol))](./exercises/10-consume-message-from-CAP/README.md)
* [Exercise 10 - Consuming messages from CAP project (AMQP protocol)](./exercises/10-consume-message-from-CAP/README.md)
* [Exercise 11 - Process messages from Cloud Integration (AEM Adapter and SMF protocol)](./exercises/11-aem-cloud-integration-adapter/README.md)


* DRAFT Exercises:
* Events in the SAP ecosystem
* CloudEvents
* SAP's adoption of CloudEvents
* Event-Driven Architectures
* Explore SAP Integration Suite, advanced event mesh
* Publish and subscribe to events
* Exchanging messages between Event Broker Services (Dynamic Message Routing)
* REST Delivery Points (webhooks)
* Create a CloudEvent programatically
* Consume messages from CAP project
* Produce messages from CAP project
* Optional:
* Documenting our event-driven architecure (Event Portal)
* Connect remote broker to an Event Broker service

### Troubleshooting

While going through the exercises, you might encounter common problems not explicitly related to them. Check out the [troubleshooting.md](troubleshooting.md) page, which includes a list of these common problems and their potential solutions.
Expand Down
16 changes: 0 additions & 16 deletions exercises/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,3 @@ See below for an overview of the exercises part of this CodeJam.
* [Exercise 10 - Consuming messages from CAP project (AMQP protocol))](./10-consume-message-from-CAP/README.md)
* [Exercise 11 - Process messages from Cloud Integration (AEM Adapter and SMF protocol)](./11-aem-cloud-integration-adapter/README.md)


* DRAFT Exercises:
* Events in the SAP ecosystem
* CloudEvents
* SAP's adoption of CloudEvents
* Event-Driven Architectures
* Explore SAP Integration Suite, advanced event mesh
* Publish and subscribe to events
* Exchanging messages between Event Broker Services (Dynamic Message Routing)
* REST Delivery Points (webhooks)
* Create a CloudEvent programatically
* Consume messages from CAP project
* Consume and produce messages from Cloud Integration project
* Optional:
* Documenting our event-driven architecure (Event Portal)
* Connect remote broker to an Event Broker service

0 comments on commit 84f6baa

Please sign in to comment.