TangSiyang2001 opened a new issue, #42045: URL: https://github.com/apache/doris/issues/42045
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Since version 3.0, apache doris have supported Compute-Separated architecture (known as doris-cloud) based on the original Compute-Integrated architecture(known as doris-local), and both working on the same code base in this doris repo, distinct by compile options and config options. Refer to [docs](https://doris.apache.org/docs/3.0/compute-storage-decoupled/overview/). We intend to extend some workaround functionality on doris-local to doris-cloud currently. This issue requests a BE open API to view tablet meta for doris-cloud to gain visibility as doris-local. For doris-local, we have had such an [API](https://doris.apache.org/docs/admin-manual/open-api/be-http/meta/), we need to extend it to cloud mode. Here is an [pull request](https://github.com/apache/doris/pull/38489) as an example to support BE http API both for local mode and cloud mode. If you are interested in this feature, you could refer to the example and start your contribution to apache doris. Welcome to contact with me to exchange ideas. ### Use case Refer to https://doris.apache.org/docs/admin-manual/open-api/be-http/meta/ ### Related issues _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org