Skip to content

Commit

Permalink
Update configurations.md
Browse files Browse the repository at this point in the history
transport.heartbeat	client 和 server 通信心跳检测开关	默认 true 开启 删除重复的属性条目
  • Loading branch information
lishuangbest authored Nov 9, 2024
1 parent 606b213 commit 1498d42
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ description: Seata 参数配置。
| transport.serialization | client 和 server 通信编解码方式 | seata(ByteBuf)、protobuf、kryo、hessian、fst,默认 seata |
| transport.compressor | client 和 server 通信数据压缩方式 | none、gzip、zip、sevenz、bzip2、lz4、deflater、zstd,默认 none | 1.2.0 之前:gzip <br /> 1.2.0:zip、sevenz、bzip2 <br /> 1.3.0:lz4 <br /> 1.4.1:deflater <br /> 1.5.1:zstd |
| transport.heartbeat | client 和 server 通信心跳检测开关 | 默认 true 开启 |
| transport.heartbeat | client 和 server 通信心跳检测开关 | 默认 true 开启 |
| registry.type | 注册中心类型 | 默认 file,支持 file 、nacos 、redis、eureka、zk、consul、etcd3、sofa、custom | 1.6.0 版本 Sever 端支持可同时注册到多个注册中心,以逗号分隔注册中心名 |
| config.type | 配置中心类型 | 默认 file,支持 file、nacos 、apollo、zk、consul、etcd3、springcloud、custom |

Expand Down

0 comments on commit 1498d42

Please sign in to comment.