Skip to content

Commit

Permalink
refactor: add stages to extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Sep 12, 2024
1 parent eb5633d commit 5f0f5eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ marketing:
Didn't even know that was possible!
extensions:
- slug: "concurrent-clients"
- slug: "concurrent-requests"
name: "Concurrent Clients"
description_markdown: |
In this challenge extension you'll add support for multiple clients to connect to your Kafka broker simultaneously.
Expand Down Expand Up @@ -304,6 +304,7 @@ stages:

- slug: "nh4"
name: "Handle multiple sequential requests"
primary_extension_slug: "concurrent-requests"
difficulty: medium
description_md: |-
In this stage, you'll have to respond to multiple sequential requests, from a single client.
Expand Down Expand Up @@ -344,6 +345,7 @@ stages:
- slug: "sk0"
name: "Handle concurrent requests"
primary_extension_slug: "concurrent-requests"
difficulty: hard
description_md: |-
In this stage, you'll have to respond to concurrent requests, from multiple clients.
Expand Down

0 comments on commit 5f0f5eb

Please sign in to comment.