Skip to content
New issue

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

[Bug] When the topic name is four-paragraph and the namespace does not exist, the topic can also be produced and consumed normally #23696

Open
3 tasks done
zjxxzjwang opened this issue Dec 9, 2024 · 2 comments
Labels
type/bug The PR fixed a bug or issue reported a bug

Comments

@zjxxzjwang
Copy link

Search before asking

  • I searched in the issues and found nothing similar.

Read release policy

  • I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.

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?

  • I'm willing to submit a PR!
@zjxxzjwang zjxxzjwang added the type/bug The PR fixed a bug or issue reported a bug label Dec 9, 2024
@lhotari
Copy link
Member

lhotari commented Dec 9, 2024

Is this related to #23620 or #23594?

@lhotari
Copy link
Member

lhotari commented Dec 9, 2024

java-sdk:2.9.2

It's recommended to use supported versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

No branches or pull requests

2 participants