You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the EventStore plugin is only capable of running against a single node. Since we will be running EventStore as a cluster we need to add the ability to connect to a cluster.
The text was updated successfully, but these errors were encountered:
It seems that the recommended method for connecting to a single node or cluster has changed in that IPEndpoints are discarded in favour of a URI e.g. discover://user:password@myserver:1234. The plugin should provide the ability for the consumer to specify whether it will connect to a single node or a cluster and the URI be formed correspondingly.
Hi David, Is this issue too complex to implement (or it's of low priority)?. I need used this plugin in cluster mode, if I use the uri e.g. "discover://user:password@myserver:1234" it'll work?
Hello @miguelangelgonzalez - thanks for your question. The current situation is that work has stalled on this plugin while we clear other issues in our backlog.
Have you tried using the cluster URI yet? I'd be interested to know how you get on.
At the moment, the EventStore plugin is only capable of running against a single node. Since we will be running EventStore as a cluster we need to add the ability to connect to a cluster.
The text was updated successfully, but these errors were encountered: