apache / apache/pulsar-manager

Delete subscription does not work

Open
#430 0 comments 0 reactions 0 assignees View on GitHub
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`.

![error](https://i.imgur.com/SA0xSth.png)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.