Skip to content

Commit

Permalink
[improve][pulsar] Removed checkBackloggedCursors() from subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
heesung-sn committed Jan 28, 2023
1 parent 71cedd7 commit 1df04c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,6 @@ private CompletableFuture<Consumer> internalSubscribe(final TransportCnx cnx, St
readCompacted, keySharedMeta, startMessageId, consumerEpoch);

return addConsumerToSubscription(subscription, consumer).thenCompose(v -> {
checkBackloggedCursors();
if (!cnx.isActive()) {
try {
consumer.close();
Expand Down

0 comments on commit 1df04c6

Please sign in to comment.