#HashiCorp

spring cloud eureka和HashiCorp consul对比

EurekaVSConsul设计层面:Eureka是java编写的,运行在servlet容器中Consul则是go编写而成。CAP原则(指的是在一个分布式系统中,Consistency(一致性)、Availability(可用性)、Partitiontolerance(分区容错性),三者不可同时获得):Eureka保证...