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 6bfa2f5 commit 89504baCopy full SHA for 89504ba
lib/ConsumerImpl.cc
@@ -1588,7 +1588,7 @@ void ConsumerImpl::hasMessageAvailableAsync(const HasMessageAvailableCallback& c
1588
// If the start message id is latest, we should seek to the actual last message first.
1589
(startMessageId_.get().value_or(MessageId::earliest()) == MessageId::latest() ||
1590
// If there is a previous seek operation by timestamp, the start message id will be incorrect, so
1591
- // we cannot compare the start positin with the last position.
+ // we cannot compare the start position with the last position.
1592
hasSoughtByTimestamp());
1593
}
1594
if (compareMarkDeletePosition) {
0 commit comments