123123213weqw opened a new issue, #1549: URL: https://github.com/apache/rocketmq-dashboard/issues/1549
## Problem Cloud endpoint priority uppercases endpoint type identifiers with the JVM default locale. In a Turkish locale, a lower-case `tcp_internet` value becomes `TCP_İNTERNET`, does not match the known type, and can cause an arbitrary endpoint to be selected instead of preferring VPC over public endpoints. ## Proposed fix Use `Locale.ROOT` for protocol identifier normalization and cover lower-case endpoint identifiers under a Turkish default locale. -- 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]
