to #9692 Support async delete for topics - #9697
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>
|
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?