4.1 配置文件

4.1.1 txle服务端配置文件

4.1.1.1 application.yaml主要参数说明

配置名称 配置内容 默认值
server.port txle服务端提供UI服务的访问端口 8090
alpha.server.host txle服务端提供全局事务一致性服务的绑定地址 0.0.0.0
alpha.server.port txle服务端提供全局事务一致性服务的访问端口 8080
spring.datasource.url txle服务端数据库访问地址 jdbc:mysql://127.0.0.1:3306/txle?characterEncoding=utf-8
spring.datasource.username txle服务端数据库访问用户名 root
spring.datasource.password txle服务端数据库访问密码 123456
spring.zipkin.base-url txle服务端跟踪系统,配合zipkin server一起使用 http://127.0.0.1:9411/api/v2/spans
spring.cloud.consul.enabled txle服务端启动consul选主 true
spring.cloud.consul.host txle服务端启动consul选主时consul的访问地址 127.0.0.1
spring.cloud.consul.port txle服务端启动consul选主时consul的访问端口 8500
txle.prometheus.metrics.port txle服务端提供的Prometheus获取元数据端口 8099

4.1.1.2 kafka.properties主要参数说明

配置名称 配置内容 默认值
bootstrap.servers txle服务端使用的kafka集群的访问地址,多个服务端使用逗号分隔 kafka1:9092,kafka2:9092,kafka3:9092

4.1.2 txle业务端配置文件

配置名称 配置内容 默认值
alpha.cluster.address 所使用的的txle服务端提供的访问地址和端口,多个服务端使用逗号分隔 127.0.0.1:8080
txle.prometheus.metrics.port txle业务端提供的Prometheus获取元数据端口
spring.zipkin.base-url txle业务端跟踪系统,配合zipkin server一起使用 http://127.0.0.1:9411/api/v2/spans
txle.compensable-retry.times 补偿重试次数 3
txle.compensable-retry.interval 补偿重试间隔时间(秒) 3

results matching ""

    No results matching ""