为什么spring cloud服务使用mysql?

时间:2016-02-10 16:24:15

标签: mysql spring-cloud pivotal-cloud-foundry

我们有一个Pivotal Cloud Foundry环境,我们已经配置了Spring Cloud Service。最近我们发现我们遇到错误,错误原因导致我们出现mysql连接错误。在刷新连接之后,我们又回来访问Spring Cloud Services(断路器和服务注册表)。

我想知道为什么Spring Cloud Service需要MySQL。在Spring Cloud Service安装期间,我们还被要求安装mysql。

感谢您的建议。

谢谢,

CHANDAN

1 个答案:

答案 0 :(得分:3)

Spring Cloud Services是一种Pivotal商业产品。使用https://support.pivotal.io提出有关商业产品的问题,您将获得更好的运气。

Spring Cloud Services实现了Cloud Foundry service broker,它管理服务实例的生命周期(服务注册表,配置服务器,断路器仪表板)。服务代理需要跟踪它在持久数据存储中配置的服务实例,并使用MySQL来执行此操作。服务实例本身不需要MySQL。