Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove org.apache.druid.discovery.BrokerClient by switching to org.apache.druid.sql.client.BrokerClient #17435

Open
abhishekrb19 opened this issue Oct 29, 2024 · 2 comments

Comments

@abhishekrb19
Copy link
Contributor

abhishekrb19 commented Oct 29, 2024

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.

@5AIPAVAN
Copy link

can i work on this @abhishekrb19 :-) ( i am a beginner )
please assign me this

@satwik-codeium
Copy link

Fix here: #17470

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants