Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发 Spring Cloud 应用程序,无法决定在 consul kv 中存储配置的哪种方式会更好:整个 YAML 还是单个参数?每条路都有哪些积极和消极的一面?
将完整的文件存储在 Consul 中可能更容易,以使可移植性更容易,以防您将来想从 Consul 转移到其他地方。AFAIK,除此之外,它真的没有任何优点或缺点。