You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.apache.druid.discovery.BrokerClient was deprecated in favor of org.apache.druid.sql.client.BrokerClient in #17382.
Currently, there's only one usage of org.apache.druid.discovery.BrokerClient in SegmentLoadStatusFetcher in the MSQ code. We can remove that instance altogether and migrate to using the new org.apache.druid.sql.client.BrokerClient which is a more robust client.
The text was updated successfully, but these errors were encountered:
org.apache.druid.discovery.BrokerClient
was deprecated in favor oforg.apache.druid.sql.client.BrokerClient
in #17382.Currently, there's only one usage of
org.apache.druid.discovery.BrokerClient
inSegmentLoadStatusFetcher
in the MSQ code. We can remove that instance altogether and migrate to using the neworg.apache.druid.sql.client.BrokerClient
which is a more robust client.The text was updated successfully, but these errors were encountered: