James Cheng created KAFKA-7884:
----------------------------------
Summary: 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
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)