openshift-labs / learn-katacoda

The OpenShift learning portal, powered by Katacoda
https://learn.openshift.com
159 stars 267 forks source link

Change data capture with Debezium.. 2nd command failing #1296

Open aletsche opened 2 years ago

aletsche commented 2 years ago

In which scenario did this bug occur?

Change data capture with Debezium

Name the katacoda you were using

https://learn.openshift.com/middleware/courses/middleware-kafka/kafka-debezium

2nd step

If you can't remember the exact step, try to explain where in the scenario did the bug happen

$ echo "Hello world" | oc exec -i -c kafka my-cluster-kafka-0 -- /opt/kafka/bin/kafka-console-producer.sh --bootstrap-server localhost:9092 --topic test error: unable to upgrade connection: Unauthorized $

A clear and concise description of what the bug is

see above

Paste in any error message you got

see above

If applicable, add screenshots to help explain your problem

n.a.

Add any other context about the problem