lizhimins opened a new pull request, #2050: URL: https://github.com/apache/rocketmq-dashboard/pull/2050
Stop generating UUIDs for instances: the user-supplied name (unique, max 64 chars) becomes the primary key of `rmq_instance` and is immutable after creation. All lookups go through `InstanceRepository#findByIdentifier`, which prefers the instance ID and falls back to legacy primary keys, and existing UUID rows are migrated by the two new upgrade scripts. Also bump the Aliyun resource-count page size to the OpenAPI minimum. -- 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]
