yyqdbngt opened a new issue, #1334:
URL: https://github.com/apache/rocketmq-dashboard/issues/1334
## Problem
`web/src/pages/studio/BrokerCluster.tsx` derives a Proxy host with
`addr.split(':')[0]`. For an IPv6 address such as `[2001:db8::10]:8080`, this
returns `"[2001"`, so the rendered gRPC endpoint is invalid.
## Expected behavior
Parse bracketed IPv6 and ordinary host/IPv4 endpoints without truncation,
then render the configured gRPC port with the correct host syntax.
## Scope
- replace the colon split with an endpoint-aware host parser
- cover hostname, IPv4, and bracketed IPv6 Proxy addresses
--
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]