Build TCP Client
dgafka opened this issue · 2 comments
dgafka commented
Build on top of https://github.com/madkom/event-store-client TCP Client, which is much faster than standard HTTP one.
Example usage:
$esAsync = new EventStoreAsync('http://127.0.0.1:1113');
$esSync = new EventStoreSync('http://127.0.0.1:2113');
dbellettini commented
I'm not sure we can have a proper way to abstract the underlying protocol, @nicolopignatelli what do you think? However I'll have a look during christmas holydays
dgafka commented
I will try to find some time in this week to check it out.