Comments on: How to Install Apache Kafka on Ubuntu 22.04 https://www.linuxtechi.com/how-to-install-apache-kafka-on-ubuntu/ Thu, 07 Sep 2023 09:24:49 +0000 hourly 1 By: Zakir https://www.linuxtechi.com/how-to-install-apache-kafka-on-ubuntu/#comment-58111 Thu, 07 Sep 2023 09:24:49 +0000 https://www.linuxtechi.com/?p=15906#comment-58111 Thanks my Kafka started running!

]]>
By: James Kiarie https://www.linuxtechi.com/how-to-install-apache-kafka-on-ubuntu/#comment-57817 Tue, 29 Aug 2023 11:35:35 +0000 https://www.linuxtechi.com/?p=15906#comment-57817 In reply to Hagar.

Hey Hagar, please check your syntax. It seems that you tried to copy and paste the command on your terminal and some additional characters got added as a result. Try typing the command again as is. In addition, ensure that all the services – kafka and zookeeper – are running.

]]>
By: Hagar https://www.linuxtechi.com/how-to-install-apache-kafka-on-ubuntu/#comment-57761 Mon, 28 Aug 2023 00:13:05 +0000 https://www.linuxtechi.com/?p=15906#comment-57761 Hello,

Thank you for the informative tutorial!

I followed your steps but got stuck at topic creation. I got this error

Exception in thread “main” java.lang.NoSuchMethodError: ‘java.lang.Object scala.collection.mutable.Buffer.map(scala.Function1)’
at kafka.admin.TopicCommand$TopicCommandOptions.(TopicCommand.scala:513)
at kafka.admin.TopicCommand$.main(TopicCommand.scala:48)
at kafka.admin.TopicCommand.main(TopicCommand.scala)

Any clue how to fix this? thanks!

]]>