servername: server1
version: bootstrap 1.0.0.1
eureka:
client:
fetchRegistry: true
register-with-eureka: true
service-url:
defaultZone: http://eurekaserver:7001/eureka
instance:
lease-expiration-duration-in-seconds: 10
lease-renewal-interval-in-seconds: 5
prefer-ip-address: true
feign:
hystrix:
enabled: true
kafka:
bootstrapservers: 192.168.1.30:6667,192.168.1.31:6667,192.168.1.32:6667
server:
port: 8090
servlet:
context-path: /subway-kafka
tomcat:
accesslog:
condition-unless: ''
spring:
application:
name: subway-kafka
sleuth:
sampler:
probability: 1
zipkin:
base-url: http://zipkin-svc:9411/