Browse Source

Merge pull request #1242 from FrancoisPoinsot/recordset-deprecated

fix typo in deprecation notice for FetchResponseBlock.Records
Varun 7 years ago
parent
commit
bb6b5baaf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fetch_response.go

+ 1 - 1
fetch_response.go

@@ -33,7 +33,7 @@ type FetchResponseBlock struct {
 	HighWaterMarkOffset int64
 	LastStableOffset    int64
 	AbortedTransactions []*AbortedTransaction
-	Records             *Records // deprecated: use FetchResponseBlock.Records
+	Records             *Records // deprecated: use FetchResponseBlock.RecordsSet
 	RecordsSet          []*Records
 	Partial             bool
 }