From 517856a8244fddad25776c0ceb723140baa16361 Mon Sep 17 00:00:00 2001 From: David Grant Date: Tue, 17 Sep 2024 15:16:47 -0700 Subject: [PATCH] Fix typo in Record.ProducerID doc comment. --- pkg/kgo/record_and_fetch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kgo/record_and_fetch.go b/pkg/kgo/record_and_fetch.go index 4f1ebe6f..7f992352 100644 --- a/pkg/kgo/record_and_fetch.go +++ b/pkg/kgo/record_and_fetch.go @@ -120,7 +120,7 @@ type Record struct { // before the record is unbuffered. ProducerEpoch int16 - // ProducerEpoch is the producer ID of this message if it was produced + // ProducerID is the producer ID of this message if it was produced // with a producer ID. An epoch and ID of 0 means it was not. // // For producing, this is left unset. This will be set by the client