Skip to content

Commit

Permalink
feat: unload partitions when not publishing for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
dpcollins-google committed Dec 8, 2022
1 parent f1666be commit d2bdb77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ protected synchronized void doStop() {
alarmFuture.cancel(false);
if (!publisher.isPresent()) {
notifyStopped();
return;
}
publisher
.get()
Expand Down

0 comments on commit d2bdb77

Please sign in to comment.