We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94536b3 commit 87203d8Copy full SHA for 87203d8
fetch_response.go
@@ -33,7 +33,7 @@ type FetchResponseBlock struct {
33
HighWaterMarkOffset int64
34
LastStableOffset int64
35
AbortedTransactions []*AbortedTransaction
36
- Records *Records // deprecated: use FetchResponseBlock.Records
+ Records *Records // deprecated: use FetchResponseBlock.RecordsSet
37
RecordsSet []*Records
38
Partial bool
39
}
0 commit comments