Replies: 1 comment
-
finally got a workaroud. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am using pulsar 3.0.1, we have a scenario that has to manually delete the global topics without auto-GC.
so I tried using topics().delete(topic, true), which I assume the "force" flag should have taken effect.
but unfortunately, it didn't work, no exception thrown out, and the topic still there.
Beta Was this translation helpful? Give feedback.
All reactions