-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add Equinox.EventStoreDb - gRPC support #196
Conversation
ac7e783
to
4305b88
Compare
cd5febc
to
e92891c
Compare
22cfdd4
to
644aaa2
Compare
This module should be renamed to |
Would love to see this implemented as it's abundantly clear that the gRPC interface is the only game in town going forward for EventStoreDB and simply makes sense to migrate to. I don't have time to do this at present (and my current team I'm on are still on V5). |
Hi! What would it take to complete this PR? When I diff Edit: Ah - it doesn't compile. |
This introduces a port of the
Equinox.EventStore
module entitledEquinox.EventStore.Grpc
which:EventStore.Client.Grpc.Streams
v22.0.0
In doing this, the
Equinox.EventStore
package remains but:21.10
and later, i.e. there is no logic to use V5 server compatibility mode etcEventStore.Client
v22.0.0-preview
As part of the above, the guidance changes from running a local ESDB (v5) instance obtained via Chocolatey (on Windows) or
brew
(on MacOS) to using a 3 node cluster running underdocker compose
related: #188