【发布时间】:2018-05-29 20:17:04
【问题描述】:
我正在构建一个 Spring Boot 应用程序(Spring 5 和 Reactor),并且正在评估 Google Datastore 作为 DB。
由于我希望我的应用程序具有反应性,因此我需要一个非阻塞的 Datastore 客户端,我找到了一个由 Spotify [https://github.com/spotify/async-datastore-client][1] 开发的客户端,但我希望在将我的 Java Bean 模型映射到 DB 方面获得更多帮助。
Google 将 Objectify 和 Catatumbo 列为第三方客户端库,但据我了解,它们都是阻塞的。
有没有办法以非阻塞方式使用这些库?或者还有其他好的选择吗?
【问题讨论】:
标签: google-cloud-datastore spotify nonblocking objectify