We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a6d12 commit 2eae58eCopy full SHA for 2eae58e
1 file changed
pkg/sql/offsets_adapter_postgresql.go
@@ -76,7 +76,7 @@ func (a DefaultPostgreSQLOffsetsAdapter) BeforeSubscribingQueries(params BeforeS
76
// It's required for exactly-once-delivery guarantee.
77
// It adds "zero offsets" to the table with offsets.
78
//
79
- // Without that, `FOR UDATE` from `NextOffsetQuery` won't work,
+ // Without that, `FOR UPDATE` from `NextOffsetQuery` won't work,
80
// because there is nothing to lock.
81
82
// If "zero offsets" won't be present and multiple concurrent subscribers will try to consume them it
0 commit comments