-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement support to connect to cluster #95
Milestone
Comments
lukebakken
added a commit
that referenced
this issue
Nov 20, 2024
Fixes #95 * Start adding Uris to ConnectionSettings. * Add ClusterTests file.
lukebakken
added a commit
that referenced
this issue
Nov 21, 2024
Fixes #95 * Start adding Uris to ConnectionSettings. * Add ClusterTests file.
lukebakken
added a commit
that referenced
this issue
Nov 22, 2024
Fixes #95 * Start adding Uris to ConnectionSettings. * Add ClusterTests file.
lukebakken
added a commit
that referenced
this issue
Nov 25, 2024
* Start implementing support for connecting to ClusterTests * Start adding Uris to ConnectionSettings. * Add ClusterTests file. * Set `TestTfmsInParallel` so that `dotnet test` does not execute tests in parallel for `net8.0` and `net462` * Begin adding support to create `ConnectionSettings` from `Uri`s * Rename `ConnectionSettingBuilder` to `ConnectionSettingsBuilder` * Correctly implement `IEquatable` for `ConnectionSettings` * Run in parallel by TFM, by generating a short UUID for entity names.
lukebakken
added a commit
that referenced
this issue
Nov 25, 2024
Part of #95 * Start by adding the bare minimum to support a list of Uris, and randomly selecting from that list when an Address is needed
lukebakken
added a commit
that referenced
this issue
Dec 3, 2024
Part of #95 * Start by adding the bare minimum to support a list of Uris, and randomly selecting from that list when an Address is needed * Ensure all vhosts passed in a list of Uris match * Rework `ConnectionSettings` ctors to allow other settings when Uri or Uris are used. * Add `IUriSelector` * Use `ConnectionSettingsViaUris` when specifying a set of `Uri` instances to which to connect. * Wrap up equality comparison. * Rename to `ClusterConnectionSettings`
lukebakken
added a commit
that referenced
this issue
Dec 3, 2024
Part of #95 * Start by adding the bare minimum to support a list of Uris, and randomly selecting from that list when an Address is needed * Ensure all vhosts passed in a list of Uris match * Rework `ConnectionSettings` ctors to allow other settings when Uri or Uris are used. * Add `IUriSelector` * Use `ConnectionSettingsViaUris` when specifying a set of `Uri` instances to which to connect. * Wrap up equality comparison. * Rename to `ClusterConnectionSettings` * Validate that scheme is amqp or amqps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the Java client,
AmqpEnvironmentBuilder
allows setting a list of URIsThe text was updated successfully, but these errors were encountered: