-
Hi all, I have a bit of a weird problem, that was not happening before but now that is happening and looking at the kafka code I don't know how to get around. I got here from a discussion similar to this: #1572 Mainly I get an error in all my KafkaConnectors because they are failing at the DLQ creation point.
My question is not why I get the error, this seems obvious my question is if there is any way to prevent the automatic DQL topic creation and if not is there any way I could delay the task start-up so that I could give sometime for the cluster operator to do what it needs to do with the topic creation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I guess it looks like the Connect or the connector create the topic using the Admin API automatically. So it is not auto-created and does not get affected by the automatic topic creation being disabled. But I have no clue how to block it I'm afraid. |
Beta Was this translation helpful? Give feedback.
I guess it looks like the Connect or the connector create the topic using the Admin API automatically. So it is not auto-created and does not get affected by the automatic topic creation being disabled. But I have no clue how to block it I'm afraid.