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

Fix describe configs for multiple brokers (#1772) #1280

Merged

Conversation

jlandersen
Copy link
Contributor

This fixes describe configs when requesting broker configs for clusters with more than 1 broker.
Instead of sending all requests to all brokers, requests for broker configs are sent to the specific broker. T
opic config requests can go to any broker (follows the logic of the Java SDK).

Also reworked a bit to fit better into api support functionality.

Fixes #1172.

This fixes describe configs when requesting broker configs for clusters with  more than 1 broker.
Instead of sending all requests to all brokers, requests for broker configs are sent to the specific broker. T
opic config requests can go to any broker (follows the logic of the Java SDK).

Also reworked a bit to fit better into api support functionality.

Fixes SOHU-Co#1172.
@hyperlink hyperlink merged commit 51b6292 into SOHU-Co:master Jun 13, 2019
@hyperlink
Copy link
Collaborator

Thanks!

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

Successfully merging this pull request may close these issues.

DescribeConfigs for brokers not working with multiple brokers
2 participants