Skip to content

Commit

Permalink
Including image when optional exercises completed
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmaradiaga committed Apr 10, 2024
1 parent dc02023 commit 93b95e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion exercises/05-log-requests-in-bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,30 @@ To achieve this, we can decouple (separate) request logging from the integration
Now that we have a basic understanding of why and how we can decouple request logging, let's go ahead and modify our integration flow to handle this.

<details>
<summary>If you've completed the optional exercises 4.1 and 4.2</summary>
<br>

![Add Content Modifier and DataStore](assets/decouple-contentmodified-and-datastore.jpg)
<p align = "center">
<i>Add Content Modifier and DataStore</i>
</p>

</details>

<details>
<summary>If you've NOT completed the optional exercises</summary>
<br>

![Add Content Modifier and DataStore](assets/decouple-contentmodified-and-datastore-without-optional.png)
<p align = "center">
<i>Add Content Modifier and DataStore</i>
</p>

</details>



### Design > Integrations

👉 Similar to previous exercises, let's start by making a copy of the integration flow we created in the previous exercises and add the `- Exercise 05` suffix to the name and open it.
Expand Down Expand Up @@ -173,7 +192,7 @@ That was simple, wasn't it? We are now ready to deploy our integration flow.

👉 Save and deploy the integration flow.

> If the deployment process fails with an error similar to this: [Failed to create route - HTTP address already registered](../../troubleshooting.md#failed-to-create-route---http-address-already-registered-for-another-iflow), add a suffix to the address in the `HTTP Sender` adapter, e.g. `-ex7`, so that the address `/request-employee-dependants-ex7` doesn't clash with the one configured for our previous integration flow, and try deploying it again.
> If the deployment process fails with an error similar to this: [Failed to create route - HTTP address already registered](../../troubleshooting.md#failed-to-create-route---http-address-already-registered-for-another-iflow), add a suffix to the address in the `HTTP Sender` adapter, e.g. `-ex5`, so that the address `/request-employee-dependants-ex5` doesn't clash with the one configured for our previous integration flow, and try deploying it again.

Our integration flow is now ready. Let's send some messages to it using Postman.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93b95e9

Please sign in to comment.