Replies: 3 comments 6 replies
-
Do you have any authorization errors in the Kafka Broker logs? I guess |
Beta Was this translation helpful? Give feedback.
-
I added this for my user yaml, so my user would be allowed to create any topic, but doesn't work.
The Kafka Broker logs is repeatedly this: |
Beta Was this translation helpful? Give feedback.
-
Hi @andreyolv , at your request in #6536 (comment) our strimzi/kafka-cluster config got quite huge and it would take some time for me to obfuscate stuff etc. Also we are using the latest Debezium MySQL-connector (v2.1.2) and other additional libraries where we cannot use the built-in image-building method with the Kaniko thingy (which would need a separate HowTo for understanding our whole setup with Strimzi :)). Our
A
We create the Kafka history-topic normally before we start/apply the connector with a yaml-file similar to this.
The main Kafka configuration is mostly done by our main Kafka dude - he normally sends me just the configs and I make sure it runs with Kubernetes/Strimzi. So for detailed Kafka-help I may not be much of a help :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying run security with debezium, but without success, it's giving an error:
What is wrong with my yamls configs for me to have the above error? Can someone help me with a clear and complete example?
Just KafkaConnect show errors, Broker and KafkaConnect run without errors. I tried to create a topic called 'sddl-dbhistory-cdc-tables' by KafkaTopic kind, but doesn't work too.
Thanks
My yamls:
Beta Was this translation helpful? Give feedback.
All reactions