我找到了一个关于spring-data反应式存储库的Blog Post。有人提到,它目前支持MongoDB、Apache Cassandra和Redis。
我们将在反应式(基于vert'x)架构中使用spring-data-solr存储库。
在这种类型的存储库中是否可以轻松获得响应式支持?实现自己的reactive solr存储库实现需要多大的工作量?
发布于 2020-12-29 22:15:06
概率永远不会,Apache Solr的Spring Data已经停止使用,我宁愿建议您停止使用它,转而使用原生客户端。
https://spring.io/blog/2020/04/07/spring-data-for-apache-solr-discontinued
https://stackoverflow.com/questions/45008915
复制相似问题