EventStoreDB meets Kotlin Ktor

Hey there,

for a private project, I needed to implement the Java gRPC Client into Ktor.
So I decided to give a bit more time and build an Ktor-Plugin that integrates seamlessly into Ktor-Server.

Hope you enjoy the work. Feedback welcome.

3 Likes

Many , many Thanks!
You might want to have a look at this pr https://github.com/EventStore/EventStoreDB-Client-Java/pull/106
it’s been recently merged and provides better streaming / reactive capabalities when reading streams or all.
A new release of the client will happen shortly

1 Like