-
Notifications
You must be signed in to change notification settings - Fork 0
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
SBT-9849 EventStore.Client.Grpc.Streams #10
base: master
Are you sure you want to change the base?
Conversation
…lient.Grpc 22.0.0 Include Newtonsoft upgrade Include .Net6.0 Upgrade to solution and project (upgraded using auto upgrade tool)
Pull Request Review Checklist:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A question on this, not sure if was discussed elsewhere.
/// <returns>EventStoreClient.</returns> | ||
public static EventStoreClient GetEventStoreClient(string connectionString) | ||
{ | ||
var settings = EventStoreClientSettings.Create(connectionString); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this definitely all we need to specify compared to the old version? Seems like previously we were setting a gossipTimeout, is that not something we still need to support or is there a different way of setting it now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed with @jbradford and @JamesMcCaig in Teams. Neither of us have been able to find references to this in the documentation, which suggests that the approach that we have taken here is sufficient
Upgrade from .netStandard 2.0 to .Net6
Change EventStoreEventTools to use new methods in the GRPC EventStore Client
Include Newtonsoft newest Version
Change EventStoreConnectionbuilder to EventStoreClientBuilder
Include a EventStoreClient GetEventStoreClient function which returns a EventStoreClient given a connectionstring
Include new Test functions for ToEventData