Skip to content

Commit

Permalink
[bugfix] Init BrokerQueryEventListener (apache#13995)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibrewalpratik17 authored Sep 13, 2024
1 parent de577bc commit f546add
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ private static void initializeBrokerQueryEventListener(PinotConfiguration config
_brokerQueryEventListener =
(BrokerQueryEventListener) Class.forName(brokerQueryEventListenerClassName).getDeclaredConstructor()
.newInstance();
_brokerQueryEventListener.init(config);
} catch (Exception e) {
throw new RuntimeException(e);
}
Expand Down

0 comments on commit f546add

Please sign in to comment.