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

I cannot view messages within the topics. (No messages found in partition 0 at offset 0) #613

Closed
Phuc-BV opened this issue Jan 25, 2024 · 0 comments

Comments

@Phuc-BV
Copy link

Phuc-BV commented Jan 25, 2024

Hi everyone,
I cannot view messages within my topics. However, I can view them in the consumer console. Please help me resolve this issue. I have tried installing both versions of Kafdrop 4.0.1 and 3.31.0. Below are some of my configurations:
image

kafka.properties (i used sasl_plaintext)
security.protocol=SASL_PLAINTEXT
sasl.mechanism=PLAIN
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required
username="admin"
password="admin-secret";

I have 3 Kafka nodes on 3 Linux servers, and I run Kafdrop with the command:
java -jar kafdrop-3.31.0.jar --kafka.brokerConnect=10.11.10.138:9092,10.11.10.137:9092,10.11.10.136:9092
image

Thanks !!!

@Phuc-BV Phuc-BV closed this as completed Jan 29, 2024
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