EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 20 forks source link

Added: APIs for user management #227

Closed yehohanan7 closed 1 year ago

yehohanan7 commented 1 year ago

Added: user management APIs (ticket here)

The new APIs favours the return of CompletableFuture<Void> for side-effect only APIs to convey the intent clearly, in order to get that working the GrpcClient has to be changed to handle completion of the future with a null value.

Updated the integration tests to be able to start a test container in secure mode with test certificates.

hayley-jean commented 1 year ago

Closing this for now, as we may want to put user management into a dedicated tool rather than including it in each client