Skip to content

seata-samples,官网demo,可用,自己测试。

License

Notifications You must be signed in to change notification settings

henanren/seata-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

在seata-server端的file.conf配置文件中,有个default.grouplist配置,是干嘛的呢? 1.作用方式 这个配置,只有当registry.type=file,注册中心是file方式时,才会起作用。

2.配置 这个值可以配置多个,配置多个就是集群方式。由于并未提供本地文件的同步,所以,在store.mode=file模式下,这种集群方式的配置会报错,如果配置为集群,store.mode=db,这样可以通过db来共享TC集群间的数据。

3.作用 当 registry.type=file时,这个default.grouplist才会用到,但是file方式,并不能提供一个注册中心的完整功能,比如健康检查机制,实例列表的更新剔出等,注册中心还是要使用专业的比较好,比如现在已经支持的nacos 、eureka、redis、zk、consul、etcd3、sofa。

registry.type=file 或 config.type=file 设计的初衷,是让用户在不依赖第三方注册中心或配置中心的前提下,可以通过file这种简单的直连快速验证 Seata 服务,快速上手。

Seata Samples seata-samples,官网demo,可用,自己测试。

Samples for Seata. This project contains several sub-projects, each of which is an example of integration with other projects.

Build Status license

Related repository

  • Seata - The Seata core project

Sub-projects

Guide

About

seata-samples,官网demo,可用,自己测试。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.7%
  • JavaScript 37.6%
  • TSQL 5.5%
  • HTML 0.2%