Hello,
I would like to share EventStore TCP client for Java 8 with Netty underhood. The client logic was ported from the original C# client.
https://github.com/msemys/esjc
Bug reports or feedback are welcome
Cheers,
Mindaugas
Hello,
I would like to share EventStore TCP client for Java 8 with Netty underhood. The client logic was ported from the original C# client.
https://github.com/msemys/esjc
Bug reports or feedback are welcome
Cheers,
Mindaugas
Looks very cool! I know many have been looking for java8/netty as they
prefer to avoid the scala/akka dependency
That’s super cool !
Yes please! Using the Akka now one, and would rather throw that out
the window. Has this one been used in production yet?
/Rickard
Yes, we are using it in production (cluster - gossip seed discoverer).
The driver API set we are using:
looks stable, no issues with these at all
Hi Mindaugas,
I found this post, when I was about to ask Greg to add your link to somewhere on the official page, as the code and API of this driver is exceptionally clean. (Maybe a blog post?
We were able to integrate using this driver with ES 3.8.0 within hours. Great job.
Cheers,
Tamas
Hi Tamas,
link to driver already exists in the list of community developed clients:
http://docs.geteventstore.com/introduction/3.8.0/which-api/
Cheers,
Mindaugas