本文介绍了在微服务响应式蓝图中添加更多选择的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我创建一个反应式微服务时,我需要添加另一个数据库选择(例如cassandra),但是我无法针对此特定问题自定义蓝图(我现在仅看到MongoDb)我该怎么做?有什么建议吗?
when I create one reactive microservice, I need to add another database choise (like cassandra) but I can't customize blueprint for this specific question (I see only MongoDb right now)How can I do it? Any suggestion?
推荐答案
实验性Reactive
选项目前仅支持MongoDB(v5.3.1).您可以跟踪相关问题的进度,反应式/Webflux支持"
The experimental Reactive
option only has support for MongoDB at this time (v5.3.1). You can track the progress in the related issue, "Reactive/Webflux support"
这篇关于在微服务响应式蓝图中添加更多选择的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!