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 KafkaAdmin send to controller #1640

Merged
merged 1 commit into from
Nov 18, 2018
Merged

Commits on Nov 18, 2018

  1. Fix send to controller

    The controller send error handling was completely broken.
    It also pinned the metadata version unnecessarily.
    
    Additionally, several of the methods were sending to the controller
    but either that was unnecessary, or just plain wrong. So updated
    following the pattern of the Java Admin client.
    jeffwidman committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    4df9f63 View commit details
    Browse the repository at this point in the history