tibrewalpratik17 opened a new pull request, #13995: URL: https://github.com/apache/pinot/pull/13995
During testing of release-1.2, we discovered that our broker query event listener framework was not functioning as expected. When initializing the BrokerQueryEventListener, we call the `init` method with configurations needed for pushing messages to Kafka and M3. However, after the release, we stopped receiving messages in both systems. It appears that during the refactoring in #13179, we missed the call to `_brokerQueryEventListener.init(config);` after creating the listener instance. This PR reintroduces that missing call. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org