Skip to content

Commit e9aa902

Browse files
Merge pull request #66 from codecrafters-io/include-binspec-links
Include binspec links
2 parents 669008e + 649469d commit e9aa902

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

stage_descriptions/producing-messages-01-xz1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The [Produce API](https://kafka.apache.org/protocol#The_Messages_Produce) (API k
66

77
We've created an interactive protocol inspector for the request & response structures for `Produce`:
88

9-
- 🔎 [Produce Request (v11)](example.com)
10-
- 🔎 [Produce Response (v11)](example.com)
9+
- 🔎 [Produce Request (v11)](https://binspec.org/kafka-produce-request-v11)
10+
- 🔎 [Produce Response (v11)](https://binspec.org/kafka-produce-success-response)
1111

1212
In this stage, you'll only need to add an entry for the `Produce` API to the ApiVersions response you implemented in earlier stages. This lets clients know that your broker supports the `Produce` API. We'll get to responding to `Produce` requests in later stages.
1313

stage_descriptions/producing-messages-02-zf2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ For this stage, you can hardcode the error response - assume that all `Produce`
88

99
We've created an interactive protocol inspector for the request & response structures for `Produce`:
1010

11-
- 🔎 [Produce Request (v11)](example.com)
12-
- 🔎 [Produce Response (v11) - Invalid Topic](example.com)
11+
- 🔎 [Produce Request (v11)](https://binspec.org/kafka-produce-request-v11)
12+
- 🔎 [Produce Response (v11) - Invalid Topic or Partition](https://binspec.org/kafka-produce-unknown-topic-or-partition-response-v11)
1313

1414
### Tests
1515

stage_descriptions/producing-messages-05-yd8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ When a Kafka broker receives a `Produce` request containing a `RecordBatch` with
66

77
We've created an interactive protocol inspector for the request & response structures for `Produce`:
88

9-
- 🔎 [Produce Request (v11)](example.com)
10-
- 🔎 [Produce Response (v11)](example.com)
9+
- 🔎 [Produce Request (v11)](https://binspec.org/kafka-produce-request-v11)
10+
- 🔎 [Produce Response (v11)](https://binspec.org/kafka-produce-success-response)
1111

1212
### Tests
1313

stage_descriptions/producing-messages-06-ct4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ When a Kafka broker receives a `Produce` request targeting multiple partitions o
66

77
We've created an interactive protocol inspector for the request & response structures for `Produce`:
88

9-
- 🔎 [Produce Request (v11)](example.com)
10-
- 🔎 [Produce Response (v11)](example.com)
9+
- 🔎 [Produce Request (v11)](https://binspec.org/kafka-produce-request-v11)
10+
- 🔎 [Produce Response (v11)](https://binspec.org/kafka-produce-success-response)
1111

1212
### Tests
1313

stage_descriptions/producing-messages-07-ov0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ When a Kafka broker receives a `Produce` request targeting multiple partitions o
66

77
We've created an interactive protocol inspector for the request & response structures for `Produce`:
88

9-
- 🔎 [Produce Request (v11)](example.com)
10-
- 🔎 [Produce Response (v11)](example.com)
9+
- 🔎 [Produce Request (v11)](https://binspec.org/kafka-produce-request-v11)
10+
- 🔎 [Produce Response (v11)](https://binspec.org/kafka-produce-success-response)
1111

1212
### Tests
1313

0 commit comments

Comments
 (0)