美利好车lease.mljr.comは、レンタカーのサービスです。
このサービス自身は知りませんでしたが、いいドキュメントがあるので共有します。
何がいいかというと、チューニングの詳細があったので大変参考になります。
eureka.server.enableSelfPreservation=false
eureka.server.evictionIntervalTimerInMs=1000
eureka.instance.leaseRenewalIntervalInSeconds=10
eureka.instance.leaseExpirationDurationInSeconds=20
spring.cloud.stream.kafka.binder.brokers=ip:port
spring.cloud.stream.kafka.binder.zk-nodes=ip:port
spring.cloud.stream.bindings.springCloudBusInput.destination=springCloudbus.dev
Comments