brandboat commented on code in PR #15991:
URL: https://github.com/apache/kafka/pull/15991#discussion_r1608609569
##########
docs/streams/quickstart.html:
##########
@@ -200,7 +200,7 @@ <h4><a id="quickstart_streams_start"
href="#quickstart_streams_start">Step 4: St
<pre class="line-numbers"><code class="language-bash">>
bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 \
--topic streams-wordcount-output \
--from-beginning \
- --formatter kafka.tools.DefaultMessageFormatter \
+ --formatter org.apache.kafka.tools.consumer.DefaultMessageFormatter \
Review Comment:
> Filed JIRA https://issues.apache.org/jira/browse/KAFKA-16795. Will file
another PR soon.
gentle ping @mimaison, I just filed
https://github.com/apache/kafka/pull/16020, would be my honor if you can take a
look.
> DefaultMessageFormatter is the default value so we could even remove the
--formatter <> flag from the command.
Sounds good, thanks for the review 😃
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]