Skip to content

Commit bb6b5ba

Browse files
author
Varun
authored
Merge pull request #1242 from FrancoisPoinsot/recordset-deprecated
fix typo in deprecation notice for FetchResponseBlock.Records
2 parents 5616837 + 87203d8 commit bb6b5ba

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)