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

Conversation

bradw456
Copy link

@bradw456 bradw456 commented Dec 2, 2019

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.

@ghost ghost added the cla-needed label Dec 2, 2019
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.
@ghost ghost removed the cla-needed label Dec 3, 2019
@dnwe
Copy link
Collaborator

dnwe commented Jan 15, 2020

@bradw456 ah sorry I hadn't seen this PR. I had spotted this same problem and included it in my (now merged) PR #1571 which was fixing a related issue with DescribeConfigRequest and BrokerResourceType where I'd noticed it was sending the wrong integer values for the given ResourceTypes and I was getting confusing responses back

@d1egoaz
Copy link
Contributor

d1egoaz commented Jan 20, 2020

Thanks @bradw456
closed by #1571

@d1egoaz d1egoaz closed this Jan 20, 2020
@bradw456
Copy link
Author

Thanks @dnwe

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.

3 participants