Replies: 2 comments 1 reply
-
You will have to share more about your setup to get any help. How did you configure the Kafka cluster, what does the environment you run it in look like, what did you do to get it working, etc. You can also check many of the discussions here on the same topic. Kafka has its own discovery mechanism which allows it to scale. So it is not as easy as with the other services. |
Beta Was this translation helpful? Give feedback.
-
The examples you provided on website - all of them use OS: Ubuntu 22 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While setuping Kafka with docker-compose works out of the box, with Strimzi I get errors like:
I tried both with hardcoding DNS in /etc/hosts, with getting it via Telepresence, with k3s kubernetes, with kind kubernetes nothing works. Exactly the same method of setting up any other service over k8s (MySQL, PostgreSQL, Spring Boot, RabbitMQ) is as easy as pie, but not for Strimzi :-(
Beta Was this translation helpful? Give feedback.
All reactions