You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "clolov (via GitHub)" <gi...@apache.org> on 2023/02/08 13:45:56 UTC

[GitHub] [kafka] clolov commented on a diff in pull request #13214: KAFKA-14577: Move the scala ConsoleProducer from core to tools module

clolov commented on code in PR #13214:
URL: https://github.com/apache/kafka/pull/13214#discussion_r1100162179


##########
bin/kafka-console-producer.sh:
##########
@@ -17,4 +17,4 @@
 if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then
     export KAFKA_HEAP_OPTS="-Xmx512M"
 fi
-exec $(dirname $0)/kafka-run-class.sh kafka.tools.ConsoleProducer "$@"
+exec $(dirname $0)/kafka-run-class.sh org.apache.kafka.tools.ConsoleProducer "$@"

Review Comment:
   I believe the same change needs to be done in `bin/windows/kafka-console-producer.bat`



-- 
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-unsubscribe@kafka.apache.org

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