Skip to content

Commit 8b0412f

Browse files
committed
feat: add TODO for testing multiple requests in Produce stage, focusing on baseOffset and log_start_offset handling in Kafka
1 parent 8f99a3c commit 8b0412f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stage_descriptions/produce-05_sb8.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ The tester will also verify that the record is persisted to the appropriate log
3838
- Records within a batch must be assigned sequential offsets (e.g., if base offset is 5, records get offsets 5, 6, 7).
3939
- The response should return the base offset of the batch, not individual record offsets.
4040
- 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

Comments
 (0)