Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/sql/offsets_adapter_postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (a DefaultPostgreSQLOffsetsAdapter) BeforeSubscribingQueries(params BeforeS
// It's required for exactly-once-delivery guarantee.
// It adds "zero offsets" to the table with offsets.
//
// Without that, `FOR UDATE` from `NextOffsetQuery` won't work,
// Without that, `FOR UPDATE` from `NextOffsetQuery` won't work,
// because there is nothing to lock.
//
// If "zero offsets" won't be present and multiple concurrent subscribers will try to consume them it
Expand Down