The GitHub Actions job "CI" on 
rocketmq-dashboard.git/feat/tencent-cloud-topic-management has succeeded.
Run started by GitHub user leizhiyuan (triggered by leizhiyuan).

Head commit for run:
03323f6d017f895524e7d91bff999a78331b972a / zhiyuanlei <[email protected]>
feat(tencent): support topic management on Tencent Cloud RocketMQ 5.x

Wire the Tencent Cloud provider (Trocket v20230308 OpenAPI) to the instance
topic CRUD surface:

- listTopics: page through DescribeTopicList, filter by type/name/remark, and
  enrich created/updated times per topic via DescribeTopic (millisecond ts)
- createTopic / updateTopic / deleteTopic via Create/Modify/DeleteTopic
- getTopicConsumers via DescribeTopic subscription data
- countTopics via a cheap list path (no N+1 detail lookups)
- validate types (reject LiteTopic), queue counts and cloud binding

Also harden the topic page date formatter so missing timestamps render as "-"
instead of 1970-01-01, and move the no-instance reset out of the synchronous
effect body to satisfy react-hooks/set-state-in-effect.

Report URL: 
https://github.com/apache/rocketmq-dashboard/actions/runs/31451982036

With regards,
GitHub Actions via GitBox

Reply via email to