brandboat commented on code in PR #15991: URL: https://github.com/apache/kafka/pull/15991#discussion_r1605934347
########## 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: I agree with this. Many scripts could be affected by this breaking change. We should implement a deprecation cycle. -- 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