You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stage_descriptions/produce-05_sb8.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,3 +38,5 @@ The tester will also verify that the record is persisted to the appropriate log
38
38
- Records within a batch must be assigned sequential offsets (e.g., if base offset is 5, records get offsets 5, 6, 7).
39
39
- The response should return the base offset of the batch, not individual record offsets.
40
40
- The official docs for the `Produce` request can be found [here](https://kafka.apache.org/protocol.html#The_Messages_Produce). Make sure to scroll down to the "Produce Response (Version: 11)" section.
41
+
42
+
TODO: Send multiple request per stage from stage 5 onwards. (Need to test how baseOffset & log_start_offset are handled by kafka.)
0 commit comments