Skip to content

Commit

Permalink
Update primary_extension_slug from 'topic-partition-metadata' to 'lis…
Browse files Browse the repository at this point in the history
…ting-partitions'
  • Loading branch information
rohitpaulk committed Sep 30, 2024
1 parent 8b4413b commit a313418
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ stages:
# Describe Topic Partitions

- slug: "yk1"
primary_extension_slug: "topic-partition-metadata"
primary_extension_slug: "listing-partitions"
name: "Include DescribeTopicPartition in APIVersions"
difficulty: medium
description_md: |-
Expand Down Expand Up @@ -575,7 +575,7 @@ stages:
In this stage, you'll add the DescribeTopicPartition API to the APIVersions response.
- slug: "vt6"
primary_extension_slug: "topic-partition-metadata"
primary_extension_slug: "listing-partitions"
name: "DescribeTopicPartition with unknown topic"
difficulty: medium
description_md: |-
Expand Down Expand Up @@ -616,7 +616,7 @@ stages:
In this stage, you'll implement the DescribeTopicPartition response for an unknown topic.
- slug: "ea7"
primary_extension_slug: "topic-partition-metadata"
primary_extension_slug: "listing-partitions"
name: "DescribeTopicPartition with single topic"
difficulty: hard
description_md: |-
Expand Down Expand Up @@ -659,7 +659,7 @@ stages:
In this stage, you'll implement the DescribeTopicPartition response for a single topic.
- slug: "ku4"
primary_extension_slug: "topic-partition-metadata"
primary_extension_slug: "listing-partitions"
name: "DescribeTopicPartition with single topic but multiple partitions"
difficulty: hard
description_md: |-
Expand Down Expand Up @@ -703,7 +703,7 @@ stages:
In this stage, you'll implement the DescribeTopicPartition response for a single topic with multiple partitions.
- slug: "wq2"
primary_extension_slug: "topic-partition-metadata"
primary_extension_slug: "listing-partitions"
name: "DescribeTopicPartition with multiple topics"
difficulty: hard
description_md: |-
Expand Down

0 comments on commit a313418

Please sign in to comment.