EventStore/EventStoreDB-Client-Java

Make fetching server info an async operation

tambeau opened this issue · 1 comments

I would suggest doing as we do with other clients (Go or the Rust clients for example). Meaning getting the server version should be an async operation. I truly believed that was the case since the beginning, but maybe I overlooked some changes made in recent PRs.

If it takes too much time for you to fix it, keep the implementation you did, and I'll change it in another PR. Please create an issue, so I remember.

Originally posted by @YoEight in #165 (comment)

Done here: #177