mimaison commented on code in PR #15991:
URL: https://github.com/apache/kafka/pull/15991#discussion_r1608601059


##########
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">&gt; 
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:
   Sure we can re-add these formatter classes and have them print a deprecation 
message when used. 
   
   `DefaultMessageFormatter` is the default value so we could even remove the 
`--formatter <>` flag from the command.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to