You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/29 05:12:00 UTC

[jira] [Commented] (KAFKA-8818) CreatePartitions Request protocol documentation

    [ https://issues.apache.org/jira/browse/KAFKA-8818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17070211#comment-17070211 ] 

ASF GitHub Bot commented on KAFKA-8818:
---------------------------------------

kkonstantine commented on pull request #7250: KAFKA-8818 : Updated documentation to assign correct datatype.
URL: https://github.com/apache/kafka/pull/7250
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> CreatePartitions Request protocol documentation
> -----------------------------------------------
>
>                 Key: KAFKA-8818
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8818
>             Project: Kafka
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Fábio Silva
>            Priority: Major
>              Labels: documentation, protocol-documentation
>
> CreatePartitions Request protocol documentation contains a invalid type ARRAY(INT32) (assignment field), it must be INT32.
> Wrong: 
> {code:java}
> assignment => ARRAY(INT32){code}
> Correct:
> {code:java}
> assignment => INT32
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)