yuluo-yx opened a new issue, #2445: URL: https://github.com/apache/rocketmq-dashboard/issues/2445
## Problem NameServer registry names and addresses accept non-blank values with leading or trailing whitespace. The service currently checks uniqueness and persists the original values, so visually identical registry entries can bypass duplicate detection and later fail to resolve consistently. ## Expected behavior Normalize the registry name and NameServer address at the service boundary before uniqueness checks and persistence. Create and update should use the same canonical values. ## Verification Add focused service tests for both create and update paths. -- 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]
