shubhamranjan / dotnet-etcd

A C# .NET (dotnet) GRPC client for etcd v3 +
MIT License
266 stars 60 forks source link

IClusterProvider I need to implement this interface. #197

Open HackPoint opened 11 months ago

HackPoint commented 11 months ago

I'm new to whole providers for DB can you please point me to java or csharp implementation of IClusterProvider or might you have this implementation in your project.

Seems like a lot of info is missing about this.

Can you help please?

shubhamranjan commented 11 months ago

I see what you are asking for is a DI provider, which we do not have yet out of the box. Will work on bringing it in.

HackPoint commented 11 months ago

I see what you are asking for is a DI provider, which we do not have yet out of the box. Will work on bringing it in.

Can you at least help me where can I get the implementation of it? I need this provider asap so I will implement it and would be able to share with you too.