apache / apache/pulsar-manager
Delete subscription does not work
Open
- Dominant language
- Vue
- Stars
- 539
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description
I believe it's related to https://github.com/apache/pulsar-manager/issues/254, which I'm also experiencing. I'm running `apachepulsar/pulsar-manager:v0.2.0`.

Nothing happens when I click `Confirm`, and there are no logs in the Docker container either.
Deleting the topic or the subscription directly via `pulsar-admin` works as expected. E.g.
```shell
$ bin/pulsar-admin topics subscriptions persistent://public/default/forecast-events
"tracing-subscription"
$ bin/pulsar-admin topics unsubscribe persistent://public/default/forecast-events -s tracing-subscription
```
Contributor guide
Assessment
This issue has not been assessed yet.