Skip to content

Commit

Permalink
refactor: update stage descriptions to mention that we expect the `th…
Browse files Browse the repository at this point in the history
…rottle_time_ms` field to be 0 in the response
  • Loading branch information
ryan-gang committed Oct 28, 2024
1 parent 8618aaf commit cbe4673
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 @@ -657,7 +657,7 @@ stages:
- The first 4 bytes of your response (the "message length") are valid.
- The correlation ID in the response header matches the correlation ID in the request header.
- The error code in the response body is `0` (No Error).
- The `throttle_time_ms` field in the response is present (any value is accepted).
- The `throttle_time_ms` field in the response is `0`.
- The `session_id` field in the response is `0`.
- The `responses` field in the response has 0 elements (since the request had an empty array of topics).
Expand Down Expand Up @@ -704,7 +704,7 @@ stages:
- The first 4 bytes of your response (the "message length") are valid.
- The correlation ID in the response header matches the correlation ID in the request header.
- The error code in the response body is `0` (No Error).
- The `throttle_time_ms` field in the response is present (any value is accepted).
- The `throttle_time_ms` field in the response is `0`.
- The `responses` field in the response has 1 element, and in that element:
- The `topic_id` field matches what was sent in the request.
- The `partitions` array has 1 element, and in that element:
Expand Down Expand Up @@ -747,7 +747,7 @@ stages:
- The first 4 bytes of your response (the "message length") are valid.
- The correlation ID in the response header matches the correlation ID in the request header.
- The error code in the response body is `0` (No Error).
- The `throttle_time_ms` field in the response is present (any value is accepted).
- The `throttle_time_ms` field in the response is `0`.
- The `responses` field in the response has 1 element, and in that element:
- The `topic_id` field matches what was sent in the request.
- The `partitions` array has 1 element, and in that element:
Expand Down Expand Up @@ -792,7 +792,7 @@ stages:
- The first 4 bytes of your response (the "message length") are valid.
- The correlation ID in the response header matches the correlation ID in the request header.
- The error code in the response body is `0` (No Error).
- The `throttle_time_ms` field in the response is present (any value is accepted).
- The `throttle_time_ms` field in the response is `0`.
- The `responses` field in the response has 1 element, and in that element:
- The `topic_id` field matches what was sent in the request.
- The `partitions` array has 1 element, and in that element:
Expand Down Expand Up @@ -838,7 +838,7 @@ stages:
- The first 4 bytes of your response (the "message length") are valid.
- The correlation ID in the response header matches the correlation ID in the request header.
- The error code in the response body is `0` (No Error).
- The `throttle_time_ms` field in the response is present (any value is accepted).
- The `throttle_time_ms` field in the response is `0`.
- The `responses` field in the response has 1 element, and in that element:
- The `topic_id` field matches what was sent in the request.
- The `partitions` array has 1 element, and in that element:
Expand Down

0 comments on commit cbe4673

Please sign in to comment.