We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE REQUEST
When our team deploys the nameserver, the nameserver needs to use a domain name to access, so I need a resolver that can resolve DNS.
p, err := rocketmq.NewProducer( producer.WithNsResolver(primitive.NewDNSResolver([]string{"ns1.example.com:9876"})), producer.WithRetry(2), )
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
FEATURE REQUEST
When our team deploys the nameserver, the nameserver needs to use a domain name to access, so I need a resolver that can resolve DNS.
The text was updated successfully, but these errors were encountered: