SpringCloud 集群端点
2023-11-22 13:50 更新
在某些情况下,其他应用程序了解在Turbine中配置了哪些custers可能会很有用。为此,您可以使用/clusters
端点,该端点将返回所有已配置集群的JSON数组。
GET /集群。
[ { "name": "RACES", "link": "http://localhost:8383/turbine.stream?cluster=RACES" }, { "name": "WEB", "link": "http://localhost:8383/turbine.stream?cluster=WEB" } ]
可以通过将turbine.endpoints.clusters.enabled
设置为false
来禁用此端点。
以上内容是否对您有帮助:
更多建议: