You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting this workshop I was already a bit surprised that it went straight into working with Quarkus. I thought that Kafka might already be set up and ready, but it turns out this is not the case. When it comes to the last step of actually deploying the Quarkus app on OpenShift, the container crashes because it cannot find Kafka.
I launched my own cluster and tried to reproduce the "Apache Kafka basics" Katacoda workshop steps on there (to setup Kafka) and then I reproduced the steps for this "Apache Kafka with Reactive Messaging" workshop, and it works! This means, that this workshop is just missing the initial steps on creating Kafka as described in the other workshop.
Logs or error messages
2021-10-16 21:31:08,081 WARN [org.apa.kaf.cli.ClientUtils] (main) Couldn't resolve server my-cluster-kafka-bootstrap.kafka.svc.cluster.local:9092 from bootstrap.servers as DNS resolution failed for my-cluster-kafka-bootstrap.kafka.svc.cluster.local
2021-10-16 21:31:08,081 INFO [org.apa.kaf.cli.pro.KafkaProducer] (main) [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 0 ms.
Additional context
Im a Red Hatter, feel free to reach out on GChat if you need clarification.
The text was updated successfully, but these errors were encountered:
In which scenario did this bug occur?
Apache Kafka with Reactive Messaging
At what step of the scenario did this happen?
Step 4
Describe the bug
When starting this workshop I was already a bit surprised that it went straight into working with Quarkus. I thought that Kafka might already be set up and ready, but it turns out this is not the case. When it comes to the last step of actually deploying the Quarkus app on OpenShift, the container crashes because it cannot find Kafka.
I launched my own cluster and tried to reproduce the "Apache Kafka basics" Katacoda workshop steps on there (to setup Kafka) and then I reproduced the steps for this "Apache Kafka with Reactive Messaging" workshop, and it works! This means, that this workshop is just missing the initial steps on creating Kafka as described in the other workshop.
Logs or error messages
2021-10-16 21:31:08,081 WARN [org.apa.kaf.cli.ClientUtils] (main) Couldn't resolve server my-cluster-kafka-bootstrap.kafka.svc.cluster.local:9092 from bootstrap.servers as DNS resolution failed for my-cluster-kafka-bootstrap.kafka.svc.cluster.local
2021-10-16 21:31:08,081 INFO [org.apa.kaf.cli.pro.KafkaProducer] (main) [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 0 ms.
Additional context
Im a Red Hatter, feel free to reach out on GChat if you need clarification.
The text was updated successfully, but these errors were encountered: