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 ConfigResourceType to match the protocol and server. #1551

Closed
wants to merge 1 commit into from

Commits on Dec 3, 2019

  1. Fix ConfigResourceType to match the protocol and server. The struct

    was erroneously setup identical to the ACL Resources and therefore
    (a) had more types than describe and alter config operations actually
    supported (they only support Broker and Topic types) and (b) had the
    wrong integer values.  See reference for actual integer constants
    that the server is expecting.
    bradw456 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    455f6ad View commit details
    Browse the repository at this point in the history