Skip to content

Commit

Permalink
Merge pull request #617 from victoraugustolls/chore/transaction-id-typo
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
twmb authored Nov 12, 2023
2 parents 33e15f9 + 3e9dc14 commit a6d10d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kgo/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ func RecordDeliveryTimeout(timeout time.Duration) ProducerOpt {
// the equation. You must also assign a group to consume from.
//
// To produce transactionally, you first BeginTransaction, then produce records
// consumed from a group, then you EndTransaction. All records prodcued outside
// consumed from a group, then you EndTransaction. All records produced outside
// of a transaction will fail immediately with an error.
//
// After producing a batch, you must commit what you consumed. Auto committing
Expand Down

0 comments on commit a6d10d4

Please sign in to comment.