Skip to content

Commit

Permalink
Update course definition with additional notes on Fetch request requi…
Browse files Browse the repository at this point in the history
…rements.
  • Loading branch information
rohitpaulk committed Sep 12, 2024
1 parent 86e5942 commit 390005b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion course-definition.yml
Original file line number Diff line number Diff line change
@@ -527,8 +527,11 @@ stages:
-->
### Notes
- We will send an `Fetch` request with an `APIVersion` of 16.
- The tester will always send a "version 16" `Fetch` request
- The `topic_id` in the request will be `00000000-0000-0000-0000-000000000001`, you'll need to hardcode this value in your code for now. We'll
get to reading values from disk in later stages.
- You'll still need to support the case where a topic doesn't exist (tested in previous stages).
marketing_md: |-
In this stage, you'll implement the Fetch response for a topic with multiple messages.

0 comments on commit 390005b

Please sign in to comment.