Skip to content

Kafka isn't running #7236

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

Open
bluesmoon opened this issue Apr 8, 2025 · 2 comments
Open

Kafka isn't running #7236

bluesmoon opened this issue Apr 8, 2025 · 2 comments
Assignees

Comments

@bluesmoon
Copy link
Contributor

Link: https://www.linode.com/docs/guides/manually-deploy-kafka-cluster/

Issue

After following the instructions in this guide, I had to reboot my linodes so that new settings would take effect. When they came back kafka was not running.

I tried to ssh in and start kafka manually, but then it won't accept SSL traffic. It errors with this message:

Invalid receive (size = 369295617 larger than 104857600)

The number 369295617 is 0x16 0x03 0x01 0x01 which are the first 4 bytes of the TLS handshake, so it looks like kafka isn't expecting traffic over TLS.

Suggested Fix

@Rajakavitha1 Rajakavitha1 self-assigned this Apr 10, 2025
@Rajakavitha1
Copy link
Collaborator

Hi @bluesmoon thank you for reporting the issue we are validating the guide.

@bluesmoon
Copy link
Contributor Author

bluesmoon commented Apr 24, 2025

The issue is that I had a firewall enabled that did not allow connections on the 192.168.0.0 IPs. Kafka was starting and then stopping when it could not create consensus between the brokers.

I think the only addition to the guide should be to mention firewall pitfalls.

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

2 participants