Skip to content

Commit

Permalink
Merge pull request #821 from seizethedave/davidgrant/producer-doc
Browse files Browse the repository at this point in the history
Fix typo in Record.ProducerID doc comment.
  • Loading branch information
twmb authored Oct 8, 2024
2 parents 0129171 + 517856a commit 79895a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kgo/record_and_fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79895a9

Please sign in to comment.