-
When we create the connector msk, we need to delete the old internal topics. But currently kafka-ui show the button grayed out, we can delete these topics manually via the kafka-topics but how do we delete them using the kafka ui. |
Beta Was this translation helpful? Give feedback.
Answered by
Haarolean
Aug 8, 2023
Replies: 1 comment 2 replies
-
Hi, you can't delete them because they're internal. However, you can modify the internal prefix to an empty string to make it work. Change |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Haarolean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can't delete them because they're internal. However, you can modify the internal prefix to an empty string to make it work. Change
kafka_internalTopicPrefix
.