Skip to content

Commit

Permalink
feat: add CRC field validation for kafka response
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Sep 6, 2024
1 parent b09562c commit c8db91f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ stages:
You need to send 3 such messages in the response.
The messages should be `m1, m2, m3`.
The RecordBatch has a CRC field, which is computed using the Castagnoli polynomial. This CRC field in the response should match with the CRC computed from the RecordBatch contents.
The hexdump of a sample kafka response for this request is given below.
```
Expand Down

0 comments on commit c8db91f

Please sign in to comment.