gpt4 book ai didi

spring-boot - Spring Cloud 配置服务器

转载 作者:行者123 更新时间:2023-12-04 12:04:40 24 4
gpt4 key购买 nike

我正在使用 Spring Cloud Config Server 并且能够检测来自 git 存储库的更改并将其传递给 Config 客户端。

有两种方法,我已经实现了:

  • 在 git 存储库中进行更改(提交和推送)后,我发出 curl 请求 curl -X POST http://server:port/bus/refresh它工作正常。为此,我使用 RabbitMQ 作为 Spring Cloud Bus。

  • 引用:
    http://tech.asimio.net/2017/02/02/Refreshable-Configuration-using-Spring-Cloud-Config-Server-Spring-Cloud-Bus-RabbitMQ-and-Git.html
  • 在 git 存储库中进行更改(提交和推送)后,我发出 curl 请求 curl -X POST http://server:port/refresh (网址中没有/bus )并且它工作正常。我没有在这里使用 Spring Cloud Bus。

  • 引用: https://spring.io/guides/gs/centralized-configuration/

    所以两者都可以正常工作,那么使用Spring Cloud Bus有什么好处,或者在生产环境中,不使用Spring Cloud Bus会有什么问题吗?因为在生产中将 RabbitMQ 集群 (HA) 设置为 Spring Cloud Bus 需要额外的努力。

    谢谢,
    大卫

    最佳答案

    /refresh只会刷新向其发出请求的配置客户端。它只在本地刷新。使用 /bus/refresh将刷新所有连接到总线的客户端。换句话说,它将刷新所有总线客户端(如果设置了 destination 参数,则会刷新一个子集)。

    关于spring-boot - Spring Cloud 配置服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43349923/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com