Skip to content

Commit

Permalink
Shared subscription: subscription is blocked is nothing is received f…
Browse files Browse the repository at this point in the history
…rom BookKeeper
  • Loading branch information
eolivelli committed Dec 15, 2021
1 parent f72c6ac commit 89e19b8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,6 @@ public synchronized void readEntriesComplete(List<Entry> entries, Object ctx) {
}

protected void sendMessagesToConsumers(ReadType readType, List<Entry> entries) {

if (entries == null || entries.size() == 0) {
return;
}
if (needTrimAckedMessages()) {
cursor.trimDeletedEntries(entries);
}
Expand Down

0 comments on commit 89e19b8

Please sign in to comment.