From eb5633d17ad8969768eda5fc7a3f28972937de2d Mon Sep 17 00:00:00 2001 From: Ryan Gang Date: Thu, 12 Sep 2024 16:29:13 +0530 Subject: [PATCH] fix: update difficulty level for "Fetch multiple messages from disk" stage --- course-definition.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course-definition.yml b/course-definition.yml index df1f823..7bd0456 100644 --- a/course-definition.yml +++ b/course-definition.yml @@ -551,7 +551,7 @@ stages: - slug: "fd8" primary_extension_slug: "consuming-messages" name: "Fetch multiple messages from disk" - difficulty: very hard + difficulty: hard description_md: |- In this stage, you'll implement the Fetch response for a given topic and partition with multiple messages. The messages are written to disk, and you'll have to read them from there.