Skip to content

CQRS-Muflone/Muflone.Eventstore.gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muflone.Eventstore.gRPC

Muflone repository and event dispatcher for EventStoreDB using gRPC (TCP is deprecated since version 20.x).

Install

Install-Package Muflone.Eventstore.gRPC

Sample usage

Look at this repo

Sample connection string

esdb://localhost:2113?tls=false&tlsVerifyCert=false

Watch out for the correct connection port. You must use the HTTP port (default 2113) and not the TCP one anymore (default 1113).

Also, use tls=false only for development environment. Read more on the official documentation

About

gRPC connection for EventStoreDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages