commanded / commanded

Use Commanded to build Elixir CQRS/ES applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventstoreDB is sunsetting the TCP protocol

tcoopman opened this issue · comments

This will make the current adapter unusable :-(
The new adapter requires gRPC which probably makes it quite a bit harder to use it.

https://www.eventstore.com/blog/sunsetting-eventstoredb-tcp-based-client-protocol

@tcoopman you might be interested in https://github.com/fabriziosestito/commanded-spear-adapter
It uses spear as EvenstoreDB gRPC client.