Skip to content

Commit 476b3b6

Browse files
committed
Implementing Exercise 04 - Connecting to Confluent Cloud
1 parent 08a9658 commit 476b3b6

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

instructions/03-connecting-to-confluent-cloud.md renamed to instructions/04-connecting-to-confluent-cloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We will create a cloud environment specifically for this course. This will ensur
2626

2727
**WARNING:** Do not use a production environment for this course. Use a new environment with new credentials. You don't want to accidentally compromise your production environment.
2828

29-
![Add Cloud Environment](images/03-connecting-to-confluent-cloud/add-cloud-environment.png)
29+
![Add Cloud Environment](images/04-connecting-to-confluent-cloud/add-cloud-environment.png)
3030

3131
- From the **Environments** menu click **+ Add cloud environment**.
3232
- Name your environment `flink-table-api-java`.
@@ -57,7 +57,7 @@ confluent schema-registry cluster enable --cloud gcp --geo us --package essentia
5757

5858
Flink uses compute resources and requires a compute pool. Let's create one.
5959

60-
![Add Compute Pool](images/03-connecting-to-confluent-cloud/add-compute-pool.png)
60+
![Add Compute Pool](images/04-connecting-to-confluent-cloud/add-compute-pool.png)
6161

6262
- Inside the `flink-table-api-java` environment, select **Flink** -> **Compute Pools** and click **Create compute pool**.
6363
- Select an appropriate cloud and region.
@@ -75,7 +75,7 @@ confluent flink compute-pool create marketplace-compute --cloud gcp --region us-
7575

7676
To access Flink in Confluent Cloud, we need an API key.
7777

78-
![Add API Key](images/03-connecting-to-confluent-cloud/add-api-key.png)
78+
![Add API Key](images/04-connecting-to-confluent-cloud/add-api-key.png)
7979

8080
- Still in the **Flink** tab, select **API Keys** and click **Add API key**.
8181
- Use the **My Access** key type.
@@ -123,7 +123,7 @@ To easily switch between Java versions, you can use [SDKMAN](https://sdkman.io/)
123123
Inside the `exercises` folder locate the `README.md` file. Open that file and read the instructions. When you are done, stage the exercise by executing:
124124

125125
```
126-
./exercise.sh stage 03
126+
./exercise.sh stage 04
127127
```
128128

129129
## Obtain configuration settings.

0 commit comments

Comments
 (0)