Can't find a way to delete a worker configuration and a custom plugin in Amazon MSK service UI.
Asked
Active
Viewed 1,029 times
4
-
2This is a better question for AWS MSK support – OneCricketeer Nov 19 '21 at 14:42
1 Answers
5
In today's date (29/12/2021) there is no option to delete it.
Here is the CLI reference https://docs.aws.amazon.com/cli/latest/reference/kafkaconnect/index.html#cli-aws-kafkaconnect

Snigdhajyoti
- 1,327
- 10
- 26
-
-
My recommendation, don't use MSK Connect. Its not mature enough. You have to pass secrets in plain text. – Snigdhajyoti Feb 23 '22 at 17:16
-
At least now you can pass secrets through a config provider, for example, using AWS Secrets Manager – Javier Montón Dec 16 '22 at 10:58