[Bug] When the topic name is four-paragraph and the namespace does not exist, the topic can also be produced and consumed normally #23696
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Read release policy
Version
pulsar:4.0.1
java-sdk:2.9.2
Minimal reproduce step
Producer<byte[]> producer = myClient.newProducer().
topic("persistent://wzjtest-tenant/cluster/test-ns/topic").create();
What did you expect to see?
Not found: Namespace not found
What did you see instead?
Can produce and consume normally
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: