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 Feb 3, 2023
1 parent 2429c76 commit 7921de9
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 7921de9

Please sign in to comment.