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


##########
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:
   It seems to me this is a kind of broken compatibility. We should allow user 
to keep using `kafka.tools.NoOpMessageFormatter`, 
`kafka.tools.DefaultMessageFormatter`, and 
`kafka.tools.LoggingMessageFormatter`, but we also display warning messages to 
say those "strings" will be removed in 4.0
   
   @mimaison WDYT?



-- 
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]

Reply via email to