We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original Issue: apache#430
I believe it's related to apache#254, which I'm also experiencing. I'm running apachepulsar/pulsar-manager:v0.2.0.
apachepulsar/pulsar-manager:v0.2.0
Nothing happens when I click Confirm, and there are no logs in the Docker container either.
Confirm
Deleting the topic or the subscription directly via pulsar-admin works as expected. E.g.
pulsar-admin
$ 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original Issue: apache#430
I believe it's related to apache#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.$ 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
The text was updated successfully, but these errors were encountered: