Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got Warnings in running WordCount application command #517

Open
Vasu2502 opened this issue Jun 26, 2024 · 0 comments
Open

Got Warnings in running WordCount application command #517

Vasu2502 opened this issue Jun 26, 2024 · 0 comments

Comments

@Vasu2502
Copy link

Vasu2502 commented Jun 26, 2024

I want to run the wordcount application in a Linux terminal.
I have started the Zookeeper and Kafka server and created input and output topics but on running the command to start the WordCount count application (which I got from Kafka Streams Docs -https://kafka.apache.org/37/documentation/streams/quickstart ), I am getting errors. My server is xxx.xxx.xxx.xxx:9092
WhatsApp Image 2024-06-26 at 14 21 06_b4f7d028
my application command->> bin/kafka-run-class.sh org.apache.kafka.streams.examples.wordcount.WordCountDemo
After this, I started the producer and the consumer(output topic) in separate terminals.
To check whether I was able to write into the input topic or not, I also started one more consumer by using the topic as the input topic. As I wrote some words into the producer, I was able to see those words in the input topic consumer but not in the output topic consumer, as the application running was giving warnings, the photo of which I have already provided.
I am unable to resolve the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant