Skip to content

Commit 87203d8

Browse files
fix typo in deprecation notice for Records
1 parent 94536b3 commit 87203d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type FetchResponseBlock struct {
3333
HighWaterMarkOffset int64
3434
LastStableOffset int64
3535
AbortedTransactions []*AbortedTransaction
36-
Records *Records // deprecated: use FetchResponseBlock.Records
36+
Records *Records // deprecated: use FetchResponseBlock.RecordsSet
3737
RecordsSet []*Records
3838
Partial bool
3939
}

0 commit comments

Comments
 (0)