- Notifications
You must be signed in to change notification settings - Fork12k
to #9692 Support async delete for topics#9697
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:develop
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Signed-off-by: fuchong <yubao.fyb@alibaba-inc.com>Signed-off-by: fuchong <yubao.fyb@alibaba-inc.com>Signed-off-by: fuchong <yubao.fyb@alibaba-inc.com>
ankit-kumarz commentedSep 13, 2025
The main cause of failure in job 50213573092 is repeated errors related to decoding the custom field , specifically: This error occurs multiple times during topic creation and update operations, indicating that the field Solution:
Example Fix in Java: java:- But ideally, the fix should be at the source (where the request is constructed), not just error handling.
Several log entries suggest the issue may be in the integration tests for topic creation. Check test files for topic creation requests, and verify that Additional Error: NullPointerException in java.lang.NullPointerException: null Solution: Add null checks for the objects used inside |
Which Issue(s) This PR Fixes
Fixes#9692
Brief Description
Support asynchronous deletion of topics to improve performance
How Did You Test This Change?