diff --git a/fetch_response.go b/fetch_response.go index dade1c47d..90acfc280 100644 --- a/fetch_response.go +++ b/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 }