Hi all,
Anyone interested in helping to port the eventstore’s C# client api (https://github.com/EventStore/EventStore/tree/dev/src/EventStore.ClientAPI) to Java?
I know there are currently two Java clients available, but both have severe drawbacks:
The license is GPL, so not usable in any project with license other than GPL…
- EventStoreJVM (https://github.com/EventStore/EventStore.JVM)
Scala/Akka stuff that is very different to use compared to the standard Java way (The C# client is far closer to what is needed in Java).
I’m thinking about porting the C# event store client API almost 1:1 to Java, but I have not the time to do it all on my own.
So, some Java volunteers here? (C# experience may help, but in first place good Java knowledge is required)
Cheers,
Michael