Skip to content

Commit 48ff5c4

Browse files
authored
Update README.md
1 parent 685edf1 commit 48ff5c4

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -307,30 +307,30 @@ confluent environment list
307307
```
308308

309309
<img width="550" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/8efab508-ae07-44d3-9d59-bba678c8630f">
310-
<br>
310+
<br><br>
311311

312312
Set the new environment I just created as the active environment:
313313
```bash
314314
confluent environment use env-19vow5
315315
```
316316

317-
Now the `*` has changed
317+
Notice that the `*` has changed
318318

319319
<img width="550" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/3f73b8fa-4c31-40dd-90aa-5260aec5400c">
320320

321321
### Create cluster
322322
<img width="550" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/f1070fff-b389-409f-baf9-27078918b2b2">
323323

324324
-> Create cluster on my own
325-
325+
<br><br>
326326
Create cluster -> Basic
327327

328-
<img width="200" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/de308359-313f-4346-a51b-0caf12e2470e">
328+
<img width="190" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/de308359-313f-4346-a51b-0caf12e2470e">
329329

330330
-> Begin configuration
331-
331+
<br><br>
332332
<img width="600" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/8b188706-57f3-410e-8af9-de32b2aba91b">
333-
<br>
333+
<br><br>
334334
<img width="350" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/ea734e4b-1f4a-4bea-992c-2d03d8d7d021">
335335

336336
-> Launch cluster
@@ -348,21 +348,23 @@ We will need an API Key to allow applications to access our cluster.
348348
<img width="600" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/55e85853-d27f-4e01-b5c2-c9c76995f0bc">
349349

350350
-> Create key
351-
352-
<img width="550" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/f94892bd-6027-49d7-aa6e-53702ced8a40">
351+
<br><br>
352+
<img width="450" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/f94892bd-6027-49d7-aa6e-53702ced8a40">
353353

354354
Global access -> Next
355355

356356
Download and save the key somewhere for future use.
357357

358-
### Add an API key for Schema Registry (Environment level)
358+
### Add an API key for Schema Registry (It's at Environment level)
359359
1. From the main menu (top right) or the breadcrumb navigation (top) select **Environments**.
360360
2. Select the **kafka-with-dotnet** environment.
361361
3. In the right-hand menu there should be an option to **Add key**. Select it and create a new API Key.
362362

363-
<img width="250" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/63252f75-54ab-4166-9902-f3635e86ba8f">
364-
<br>
365-
<img width="250" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/f4e92617-719a-42d2-a464-99a603094ae7">
363+
<p align="left">
364+
<img width="250" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/63252f75-54ab-4166-9902-f3635e86ba8f">
365+
&nbsp;
366+
<img width="450" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/f4e92617-719a-42d2-a464-99a603094ae7">
367+
</p>
366368

367369
## Kafka Messages
368370
<img width="550" alt="image" src="https://github.com/akhanalcs/dotnet-kafka/assets/30603497/2c56d72f-9788-437f-9715-2de12d2b3731">

0 commit comments

Comments
 (0)