Skip to content

[fix][proxy]Fix incorrect client error when calling get topic metadata #24181

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

poorbarcode
Copy link
Contributor

@poorbarcode poorbarcode commented Apr 15, 2025

Motivation

Proxy overwrites multiple error codes to LookupError, which may cause issues that many expressions, such as ex instance of TopicDoesNotExistException get a false result even if the broker responds a TopicDoesNotExistException

The code lines that use the expression ex instance of TopicDoesNotExistException

Modifications

  • Correct the error code

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository: x

@poorbarcode poorbarcode self-assigned this Apr 15, 2025
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Apr 15, 2025
@poorbarcode poorbarcode added type/bug The PR fixed a bug or issue reported a bug area/proxy and removed doc-not-needed Your PR changes do not impact docs labels Apr 15, 2025
@poorbarcode poorbarcode added this to the 4.1.0 milestone Apr 15, 2025
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Apr 15, 2025
@poorbarcode
Copy link
Contributor Author

/pulsarbot rerun-failure-checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/proxy doc-not-needed Your PR changes do not impact docs ready-to-test release/3.0.12 release/3.3.7 release/4.0.5 type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants