Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是特定于 Lagom 框架的。在更新期间,我没有完整的数据,我还有一些需要更新的备用表,我如何从我的主表中读取,所以我有所有的键来对备用表执行更新。
请查看有关此文档的官方文档:
https://www.lagomframework.com/documentation/1.3.x/java/ReadSideCassandra.html
你能再具体一点吗,我之前浏览过文档,但我不清楚,我正在强制读取 getById(id).invoke().toCompletableFuture().get(),但我不确定是否我违反了框架的基本设计