-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
use Multi Hosts Service Url feature #279
Comments
Can you please provide code example, so it will be clear what multi-address feature you mean? |
` const string serviceUrl = "pulsar://192.168.0.96:6501,192.168.0.96:6500"; IProducer<byte[]> producer = null; |
@wyq985910398 I can't reproduce the issue locally. I've modified service url like that
and basic test works after several reconnect retries |
When I use the multi hosts service url feature, such as broker1 and broker2, if broker1 is stopped when the program is started, the program will not start. Can this be optimized? Java can start.
The text was updated successfully, but these errors were encountered: