aaron-ai commented on PR #444: URL: https://github.com/apache/rocketmq-clients/pull/444#issuecomment-1495085642
@imp2002 Great! Extracting multiple addresses from endpoints is the first step in solving this problem. In fact, the specified implementations of gRPC allow a client/stub to bind to multiple IP addresses. For example, in C++, you can refer to [here](https://grpc.github.io/grpc/core/md_doc_naming.html#:~:text=The%20following%20schemes%20are%20supported%20by%20the%20gRPC%20C%2Dcore%20implementation%2C%20but%20may%20not%20be%20supported%20in%20other%20languages%3A), and in Java, you can refer to the implementation of [IpNameResolverFactory](https://github.com/apache/rocketmq-clients/blob/master/java/client/src/main/java/org/apache/rocketmq/client/java/rpc/IpNameResolverFactory.java). Can you help us confirm how to implement this in Go? -- 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]
