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 2019/02/16 00:51:00 UTC

[jira] [Commented] (KAFKA-7884) Docs for message.format.version and log.message.format.version show invalid (corrupt?) "valid values"

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

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

hachikuji commented on pull request #6209: KAFKA-7884: Docs for message.format.version and log.message.format.version show invalid (corrupt?) "valid values"
URL: https://github.com/apache/kafka/pull/6209
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Docs for message.format.version and log.message.format.version show invalid (corrupt?) "valid values"
> -----------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-7884
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7884
>             Project: Kafka
>          Issue Type: Bug
>          Components: documentation
>            Reporter: James Cheng
>            Assignee: Lee Dongjin
>            Priority: Major
>             Fix For: 2.2.0
>
>
> In the docs for message.format.version and log.message.format.version, the list of valid values is
>  
> {code:java}
> kafka.api.ApiVersionValidator$@56aac163 
> {code}
>  
> It appears it's simply doing a .toString on the class/instance.
> At a minimum, we should remove this java-y-ness.
> Even better is, it should show all the valid values.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)