gosonzhang commented on issue #8717: URL: https://github.com/apache/inlong/issues/8717#issuecomment-1676952388
This place should be caused by the lack of alignment of the console implementation: the new version of the API supports multiple concurrent operations, and the return structure is divided into two parts: whether the operation of this request is successful, and whether each operation item in this request is successful. The console returns only the status of this operation, without subdividing the results of each operation item in the operation. But, based on the implementation of this console, how some of the unsuccessful operation result sets are displayed on the page, I think it is not easy to modify. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
