[ https://issues.apache.org/jira/browse/KAFKA-12224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17268144#comment-17268144 ]
Ronald Lampard edited comment on KAFKA-12224 at 1/20/21, 7:41 AM: ------------------------------------------------------------------ [~cmccabe] what about requests? Do I also need to send a byte at the end of each structure even when I don't intend on sending tagged fields? [~rndgstn] and what is that _version in the request header, is it a must? was (Author: lampard): [~cmccabe] what about requests? Do I also need to send a byte at the start of each structure even when I don't intend on sending tagged fields? > Api Request DescribeUserScramCredentials > ----------------------------------------- > > Key: KAFKA-12224 > URL: https://issues.apache.org/jira/browse/KAFKA-12224 > Project: Kafka > Issue Type: Bug > Components: admin, clients > Affects Versions: 2.7.0 > Reporter: Ronald Lampard > Priority: Major > > The issue is: > The broker I run (2.7.0) does not accept a DescribeUserScramCredentials > request with compact array > The response I receive always contains all the users (even when requesting > for a specific one) > The response I receive has some extra bytes which do not follow the schema > posted on the Kafka protocol website however it does look like it uses > compact strings and arrays. > > Please read the discussion in the imgur. I can't write it here since I am > writing it from my phone. > > I will throw this here, an issue I have been working on alongside the devs of > kafkajs. I would love for more insight in this. > Our entire discussion and my conclusion: https://imgur.com/a/iHaKwH8 -- This message was sent by Atlassian Jira (v8.3.4#803005)