-
Notifications
You must be signed in to change notification settings - Fork 735
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
Latest Kafka not working for me #260
Comments
Issues are quite possible after all the merges to master. Assuming it's master you're testing? Troubleshooting needs more info. Kafka Manager is probably the next step after you know the cluster works. How did you try to produce? Is there any logs from brokers or zookeeper indicating failures? |
Yes it is master branch latest version. Of course logs: Kafka broker shows many removed 0 expired offsets records after started:
beside this, I do not see anything special. Zookeeper logs are much more interesting: for consume&produce testing I have two ways. |
If master have some issues |
The first zookeeper pods will always fail to resolve those with higher index at initial start. You should check the logs of pzoo-2 and zoo-1 instead. v5.1.0 is the latest tag |
Thank you for your support @solsson. I'm facing with: Warning FailedScheduling 10m (x5 over 10m) default-scheduler PersistentVolumeClaim is not bound: "data-pzoo-2" (repeated 4 times) on AWS |
The same issue... the fifth deployment attempt was successful :| |
Hi guys,
I have a problem with latest version of your project
and if you could help me out, I would be very grateful
(older versions was working fine without any problems).
I'm using minicube with kubernetes cluster on the local computer server.
Kubectl version:
Now I'm starting this command flow:
-> sudo kubectl apply -f ./configure/minikube-storageclasses.yml
-> sudo kubectl apply -f ./00-namespace.yml
-> sudo kubectl apply -f ./zookeeper
here I have a small problems with deployments like on the screen below:
it takes some times but in the end everything goes green
-> sudo kubectl apply -f ./kafka
-> sudo kubectl apply -f ./outside-services
->sudo kubectl apply -f ./yahoo-kafka-manager
Now on each step yahoo reports error below:
I'm trying to use this configuration but it can't be processed:
Also of course I can't send any messages :(
The text was updated successfully, but these errors were encountered: