-
Notifications
You must be signed in to change notification settings - Fork 336
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] pulsar.(*producer).Send() panic when topic is deleted #1129
Comments
Violet-eve-garden
changed the title
pulsar.(*producer).Send() panic when topic is deleted
[bug ]pulsar.(*producer).Send() panic when topic is deleted
Nov 14, 2023
Violet-eve-garden
changed the title
[bug ]pulsar.(*producer).Send() panic when topic is deleted
[BUG] pulsar.(*producer).Send() panic when topic is deleted
Nov 14, 2023
pulsar-client-go/pulsar/producer_impl.go Lines 204 to 217 in 60f2908
|
Hi @Violet-eve-garden TopicIsNotFound is handled in the latest master branch, would you please try with the latest code? You can update it by: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
When topic is deleted, should return
Topic Not Found
error instead of panic.Actual behavior
Steps to reproduce
System configuration
Pulsar version: 0.11.1
The text was updated successfully, but these errors were encountered: