Kafka Connect unable to create offset/config/status topics under the kafka cluster #7099
Replies: 2 comments 2 replies
-
Kafka Connect creates its topics on its own. You do not need to create them. (you can create them if you want, but you need to make sure to keep the exact settings for the topics needed by Kafka Connect) You do not provide exact step-by-step buide of what you are doing. But my guess is that by what you are doing (for example through |
Beta Was this translation helpful? Give feedback.
-
@scholzj ok I see, I tried entering the kafka pod and listing all the topics it has, but there's no topics returned in response. However, when I showed the logs in the kafka pod by using BTW, the exact steps I was doing in the previous comment is that:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am deploying a Kafka Connector using the following configuration by Helm
Earlier than that, I could those 3 topics, then I delete all kafka topics, clean up all the resources in my kubernetes cluster and redeploy the Kafkaconnect. However, after deploying the KafkaConnect, I could the Kafka Connect is working, but there's no offset/config/status topics under the kafka cluster when I enter
kubectl get kafkatopic
. I am wondering should I create those 3 topics manually? I thought they are created by KC automatically. Appreciate it if anyone could help.Beta Was this translation helpful? Give feedback.
All reactions